mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 05:55:59 -03:30
Update a few dev requirements (#15203)
* Update a few dev requirements * Fix test failures due to upgrade * Update patterns for mocker usage
This commit is contained in:
@@ -11,9 +11,9 @@ pytest!=7.0.0
|
||||
pytest-asyncio
|
||||
pytest-cov
|
||||
pytest-django
|
||||
pytest-mock==1.11.1
|
||||
pytest-mock
|
||||
pytest-timeout
|
||||
pytest-xdist==1.34.0 # 2.0.0 broke zuul for some reason
|
||||
pytest-xdist
|
||||
tox # for awxkit
|
||||
logutils
|
||||
jupyter
|
||||
@@ -21,7 +21,7 @@ jupyter
|
||||
backports.tempfile # support in unit tests for py32+ tempfile.TemporaryDirectory
|
||||
git+https://github.com/artefactual-labs/mockldap.git@master#egg=mockldap
|
||||
gprof2dot
|
||||
atomicwrites==1.4.0
|
||||
atomicwrites
|
||||
flake8
|
||||
yamllint
|
||||
pip>=21.3 # PEP 660 – Editable installs for pyproject.toml based builds (wheel based)
|
||||
|
||||
Reference in New Issue
Block a user