From afc2cabdbb99cb6d701fc8dcfab55f0d2cd6adb4 Mon Sep 17 00:00:00 2001 From: Matthieu Darbois Date: Tue, 1 Nov 2022 15:58:55 +0100 Subject: [PATCH] Revert "ci: fix issue with git security fix (#302)" (#308) This reverts commit 7e5ba4b9f6591f58bf59706efda15e284e4194e3. --- pyproject.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a43f6869e..ad0717088 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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]