Skip to content

Commit c9d45af

Browse files
committed
nit
1 parent c7152a7 commit c9d45af

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,7 @@ tests-cov = "pytest -v -ra --cov --cov-report=xml --cov-report=term --durations=
101101

102102
clean-vendor-compat = "rm -rf vendor_tests/array_api_compat"
103103
clean-vendor-extra = "rm -rf vendor_tests/array_api_extra"
104-
copy-vendor-compat = { cmd = "cp -r $(python -c 'import site; print(site.getsitepackages()[0])')/array_api_compat vendor_tests/", depends-on = [
105-
"clean-vendor-compat",
106-
] }
104+
copy-vendor-compat = { cmd = "cp -r $(python -c 'import site; print(site.getsitepackages()[0])')/array_api_compat vendor_tests/", depends-on = ["clean-vendor-compat"] }
107105
copy-vendor-extra = { cmd = "cp -r src/array_api_extra vendor_tests/", depends-on = ["clean-vendor-extra"] }
108106
tests-vendor = { cmd = "pytest -v vendor_tests", depends-on = ["copy-vendor-compat", "copy-vendor-extra"] }
109107

0 commit comments

Comments
 (0)