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 1
1
[build-system ]
2
2
requires = [
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" ,
5
4
" setuptools>=42" ,
6
5
]
7
6
build-backend = " setuptools.build_meta"
@@ -17,10 +16,7 @@ before-all = [
17
16
before-build = " pip install -r requirements-repair.txt"
18
17
repair-wheel-command = " python scripts/repair_wheel.py -w {dest_dir} {wheel}"
19
18
test-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"
24
20
build-verbosity = " 1"
25
21
26
22
[tool .cibuildwheel .linux ]
You can’t perform that action at this time.
0 commit comments