Skip to content

Commit 4faf392

Browse files
authored
chore: bump pytest-xdist to 3.2.1 (#632)
Signed-off-by: SdgJlbl <[email protected]>
1 parent ef127d1 commit 4faf392

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

backend/dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pep8-naming==0.13.2
1010
pytest-cov==4.0.0
1111
pytest-mock==3.8.2
1212
pytest-django==4.5.2
13-
pytest-xdist[psutil]==2.5.0
13+
pytest-xdist[psutil]==3.2.1
1414
pytest==7.2.0
1515
responses==0.21.0
1616
watchdog==2.1.9

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ filterwarnings = [
2424
"ignore:(?s).*Implementing implicit namespace package:DeprecationWarning:pkg_resources",
2525
"ignore:pkg_resources is deprecated as an API:DeprecationWarning:pkg_resources",
2626
"ignore:SelectableGroups dict interface is deprecated. Use select.:DeprecationWarning",
27+
# wait for pytest-cov to release a version > 4.0.0, see https://github.com/pytest-dev/pytest-xdist/issues/825#issuecomment-1292283870
28+
"ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning",
2729
]
2830

2931
[tool.coverage.run]

0 commit comments

Comments
 (0)