We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--all-extras
make old_version_tests
1 parent 98d2b2b commit 67ad22dCopy full SHA for 67ad22d
Makefile
@@ -40,7 +40,7 @@ snapshots-create:
40
41
.PHONY: old_version_tests
42
old_version_tests:
43
- UV_PROJECT_ENVIRONMENT=.venv_39 uv run --python 3.9 -m pytest
+ UV_PROJECT_ENVIRONMENT=.venv_39 uv run --python 3.9 --all-extras -m pytest
44
45
.PHONY: build-docs
46
build-docs:
0 commit comments