Skip to content

Commit afc2cab

Browse files
authored
Revert "ci: fix issue with git security fix (#302)" (#308)
This reverts commit 7e5ba4b.
1 parent 82106b9 commit afc2cab

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[build-system]
22
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",
54
"setuptools>=42",
65
]
76
build-backend = "setuptools.build_meta"
@@ -17,10 +16,7 @@ before-all = [
1716
before-build = "pip install -r requirements-repair.txt"
1817
repair-wheel-command = "python scripts/repair_wheel.py -w {dest_dir} {wheel}"
1918
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"
2420
build-verbosity = "1"
2521

2622
[tool.cibuildwheel.linux]

0 commit comments

Comments
 (0)