Skip to content

Commit 774f66a

Browse files
committed
fix: pypi test
1 parent c9402c9 commit 774f66a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ test:
55
TEST_FILE=$(FILE) docker-compose up --build --abort-on-container-exit
66

77
test-pypi:
8-
uv run pytest -xvrs --color=yes -m pypi tests/test_pypi_readiness.py::test_pypi_version_can_be_installed_and_used
8+
uv run pytest -xvrs --color=yes -m pypi tests/test_pypi_readiness.py
99

1010
format:
1111
uv run ruff format .

0 commit comments

Comments
 (0)