We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9402c9 commit 774f66aCopy full SHA for 774f66a
1 file changed
Makefile
@@ -5,7 +5,7 @@ test:
5
TEST_FILE=$(FILE) docker-compose up --build --abort-on-container-exit
6
7
test-pypi:
8
- uv run pytest -xvrs --color=yes -m pypi tests/test_pypi_readiness.py::test_pypi_version_can_be_installed_and_used
+ uv run pytest -xvrs --color=yes -m pypi tests/test_pypi_readiness.py
9
10
format:
11
uv run ruff format .
0 commit comments