Skip to content

Commit

Permalink
chore: bump pytest-xdist to 3.2.1 (#632)
Browse files Browse the repository at this point in the history
Signed-off-by: SdgJlbl <[email protected]>
  • Loading branch information
SdgJlbl authored Apr 5, 2023
1 parent ef127d1 commit 4faf392
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pep8-naming==0.13.2
pytest-cov==4.0.0
pytest-mock==3.8.2
pytest-django==4.5.2
pytest-xdist[psutil]==2.5.0
pytest-xdist[psutil]==3.2.1
pytest==7.2.0
responses==0.21.0
watchdog==2.1.9
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ filterwarnings = [
"ignore:(?s).*Implementing implicit namespace package:DeprecationWarning:pkg_resources",
"ignore:pkg_resources is deprecated as an API:DeprecationWarning:pkg_resources",
"ignore:SelectableGroups dict interface is deprecated. Use select.:DeprecationWarning",
# wait for pytest-cov to release a version > 4.0.0, see https://github.com/pytest-dev/pytest-xdist/issues/825#issuecomment-1292283870
"ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning",
]

[tool.coverage.run]
Expand Down

0 comments on commit 4faf392

Please sign in to comment.