Skip to content

Commit

Permalink
Fixed mypy xdist ignore and trying out tox-uv
Browse files Browse the repository at this point in the history
  • Loading branch information
WisdomPill committed Oct 27, 2024
1 parent 68737c4 commit 2c1c807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade tox tox-gh-actions
python -m pip install --upgrade tox-uv tox-gh-actions
- name: Docker compose up
run: docker compose -f docker/docker-compose.yml up -d --wait
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ ignore_missing_settings = true
[mypy-lz4.frame]
ignore_missing_imports = true

[mypy-pytest-xdist]
[mypy-xdist]
ignore_missing_imports = true

[mypy-pyzstd]
Expand Down

0 comments on commit 2c1c807

Please sign in to comment.