Skip to content

Commit

Permalink
no cover
Browse files Browse the repository at this point in the history
  • Loading branch information
xiyan128 committed Jul 17, 2024
1 parent e50b1b4 commit b676d3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hatch_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Run tests
run: hatch test --python ${{ matrix.python-version }} --cover-quiet --randomize --parallel --retries 5 --retry-delay 3
run: hatch test --python ${{ matrix.python-version }} --randomize --parallel --retries 5 --retry-delay 3
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,3 @@ dependencies = [

[[tool.hatch.envs.hatch-test.matrix]]
python = ["3.7", "3.10"]

[envs.hatch-test.overrides]
matrix.deps.env-vars = [
{ key = "UV_PRERELEASE", value = "allow" },
]

0 comments on commit b676d3d

Please sign in to comment.