Update testing/plugins_integration/requirements.txt from main
This is required to make the 'plugins' tox env to pass on the 8.2.x branch.
This commit is contained in:
parent
3179167650
commit
63136f2c48
|
@ -1,9 +1,7 @@
|
||||||
anyio[curio,trio]==4.3.0
|
anyio[curio,trio]==4.4.0
|
||||||
django==5.0.4
|
django==5.0.6
|
||||||
pytest-asyncio==0.23.6
|
pytest-asyncio==0.23.7
|
||||||
# Temporarily not installed until pytest-bdd is fixed:
|
pytest-bdd==7.1.2
|
||||||
# https://github.com/pytest-dev/pytest/pull/11785
|
|
||||||
# pytest-bdd==7.0.1
|
|
||||||
pytest-cov==5.0.0
|
pytest-cov==5.0.0
|
||||||
pytest-django==4.8.0
|
pytest-django==4.8.0
|
||||||
pytest-flakes==4.0.5
|
pytest-flakes==4.0.5
|
||||||
|
@ -11,7 +9,7 @@ pytest-html==4.1.1
|
||||||
pytest-mock==3.14.0
|
pytest-mock==3.14.0
|
||||||
pytest-rerunfailures==14.0
|
pytest-rerunfailures==14.0
|
||||||
pytest-sugar==1.0.0
|
pytest-sugar==1.0.0
|
||||||
pytest-trio==0.7.0
|
pytest-trio==0.8.0
|
||||||
pytest-twisted==1.14.1
|
pytest-twisted==1.14.1
|
||||||
twisted==24.3.0
|
twisted==24.3.0
|
||||||
pytest-xvfb==3.0.0
|
pytest-xvfb==3.0.0
|
||||||
|
|
Loading…
Reference in New Issue