Fixed test config for PyPI module

This commit is contained in:
Matthias Koefferlein 2022-05-15 23:01:37 +02:00
parent baae3796a7
commit 0a6ac1a226
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ test-command = [
"python {package}/testdata/pymod/import_rdb.py",
"python {package}/testdata/pymod/import_tl.py",
"python {package}/testdata/pymod/import_lib.py",
"TESTSRC={package} python {package}/testdata/pymod/import_lay.py",
"python {package}/testdata/pymod/pya_tests.py"
"python {package}/testdata/pymod/import_lay.py",
"TESTSRC={package} python {package}/testdata/pymod/pya_tests.py"
]
# Disable building PyPy wheels on all platforms
skip = "pp*"