Skip to content

Commit

Permalink
Fixed mypy xdist ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
WisdomPill committed Oct 27, 2024
1 parent 2c1c807 commit 67d491d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion changelog.d/757.misc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Speed up tests by using `pytest-xdist` and separating settings on different redis databases.
Dropped `pytest-django`
Using `docker-compose` for setting up redis containers for testing
Using `docker-compose` for setting up redis containers for testing
Use `tox-uv`
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-xdist]
[mypy-xdist.scheduler]
ignore_missing_imports = true

[mypy-pyzstd]
Expand Down

0 comments on commit 67d491d

Please sign in to comment.