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 8b00641 commit 6ae4cf0Copy full SHA for 6ae4cf0
.github/workflows/python-package.yml
@@ -30,11 +30,11 @@ jobs:
30
uses: astral-sh/setup-uv@v6
31
- name: Install deps
32
run: |
33
- uv sync
34
- uv pip install coverage coveralls
+ uv sync --only-group tests
+ uv pip install coveralls
35
- name: Run tests
36
env:
37
GITHUB_TOKEN: ${{ secrets.github_token }}
38
39
- uv run coverage run --source=makeapp -m pytest
+ uv run coverage run -m pytest
40
uv run coveralls --service=github
pyproject.toml
@@ -38,8 +38,6 @@ linters = [
]
tests = [
"pytest",
41
- "tox",
42
- "tox-uv",
43
44
45
[build-system]
0 commit comments