summaryrefslogtreecommitdiffstats
path: root/requirements
diff options
context:
space:
mode:
authorAlan Rominger <arominge@redhat.com>2024-05-21 01:37:02 +0200
committerGitHub <noreply@github.com>2024-05-21 01:37:02 +0200
commit8de8f6dce2e31cc0b72c3ea5dfc627a81051d879 (patch)
treec8a688bf92ed3c8569cd19918c8a8f11d6b8471d /requirements
parentAllow wsrelay to fail without FATAL (#15191) (diff)
downloadawx-8de8f6dce2e31cc0b72c3ea5dfc627a81051d879.tar.xz
awx-8de8f6dce2e31cc0b72c3ea5dfc627a81051d879.zip
Update a few dev requirements (#15203)
* Update a few dev requirements * Fix test failures due to upgrade * Update patterns for mocker usage
Diffstat (limited to 'requirements')
-rw-r--r--requirements/requirements_dev.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements/requirements_dev.txt b/requirements/requirements_dev.txt
index 4d087803fd..15f662fa8e 100644
--- a/requirements/requirements_dev.txt
+++ b/requirements/requirements_dev.txt
@@ -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)