mirror of https://github.com/KLayout/klayout.git
Fixed test config for PyPI module
This commit is contained in:
parent
baae3796a7
commit
0a6ac1a226
|
|
@ -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*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue