Skip to content

Commit

Permalink
Revert "ci: fix issue with git security fix (#302)" (#308)
Browse files Browse the repository at this point in the history
This reverts commit 7e5ba4b.
  • Loading branch information
mayeut committed Nov 1, 2022
1 parent 82106b9 commit afc2cab
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[build-system]
requires = [
"scikit-build>=0.12; python_version>='3.6'",
"scikit-build>=0.12,<0.16; python_version<'3.6'",
"scikit-build>=0.12",
"setuptools>=42",
]
build-backend = "setuptools.build_meta"
Expand All @@ -17,10 +16,7 @@ before-all = [
before-build = "pip install -r requirements-repair.txt"
repair-wheel-command = "python scripts/repair_wheel.py -w {dest_dir} {wheel}"
test-extras = "test"
test-command = [
"git config --global protocol.file.allow always",
"pytest --ignore={project}/tests/test_distribution.py {project}/tests",
]
test-command = "pytest --ignore={project}/tests/test_distribution.py {project}/tests"
build-verbosity = "1"

[tool.cibuildwheel.linux]
Expand Down

0 comments on commit afc2cab

Please sign in to comment.