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.
1 parent 89240b9 commit dae0413Copy full SHA for dae0413
.github/workflows/test-lint.yaml
@@ -39,7 +39,7 @@ jobs:
39
run: poetry install
40
41
- name: Run pytest
42
- run: poetry run pytest
+ run: poetry run pytest ./tests/test_formatter.py ./tests/test_license_matrix.py ./tests/test_packageinfo.py
43
44
- name: Run ruff
45
run: poetry run ruff check --output-format=github
0 commit comments