Skip to content

Commit 6d031a2

Browse files
Add --all-extras to make old_version_tests
Signed-off-by: Aidan Jensen <[email protected]>
1 parent e71b6c1 commit 6d031a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ snapshots-create:
4040

4141
.PHONY: old_version_tests
4242
old_version_tests:
43-
UV_PROJECT_ENVIRONMENT=.venv_39 uv run --python 3.9 -m pytest
43+
UV_PROJECT_ENVIRONMENT=.venv_39 uv run --python 3.9 --all-extras -m pytest
4444

4545
.PHONY: build-docs
4646
build-docs:

0 commit comments

Comments
 (0)