File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pep8-naming==0.13.2
10
10
pytest-cov==4.0.0
11
11
pytest-mock==3.8.2
12
12
pytest-django==4.5.2
13
- pytest-xdist[psutil]==2.5.0
13
+ pytest-xdist[psutil]==3.2.1
14
14
pytest==7.2.0
15
15
responses==0.21.0
16
16
watchdog==2.1.9
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ filterwarnings = [
24
24
" ignore:(?s).*Implementing implicit namespace package:DeprecationWarning:pkg_resources" ,
25
25
" ignore:pkg_resources is deprecated as an API:DeprecationWarning:pkg_resources" ,
26
26
" 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" ,
27
29
]
28
30
29
31
[tool .coverage .run ]
You can’t perform that action at this time.
0 commit comments