File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 11[build-system ]
22requires = [
3- " scikit-build>=0.12; python_version>='3.6'" ,
4- " scikit-build>=0.12,<0.16; python_version<'3.6'" ,
3+ " scikit-build>=0.12" ,
54 " setuptools>=42" ,
65]
76build-backend = " setuptools.build_meta"
@@ -17,10 +16,7 @@ before-all = [
1716before-build = " pip install -r requirements-repair.txt"
1817repair-wheel-command = " python scripts/repair_wheel.py -w {dest_dir} {wheel}"
1918test-extras = " test"
20- test-command = [
21- " git config --global protocol.file.allow always" ,
22- " pytest --ignore={project}/tests/test_distribution.py {project}/tests" ,
23- ]
19+ test-command = " pytest --ignore={project}/tests/test_distribution.py {project}/tests"
2420build-verbosity = " 1"
2521
2622[tool .cibuildwheel .linux ]
You can’t perform that action at this time.
0 commit comments