diff options
author | Shane McDonald <me@shanemcd.com> | 2022-02-04 21:48:18 +0100 |
---|---|---|
committer | Shane McDonald <me@shanemcd.com> | 2022-02-04 21:48:18 +0100 |
commit | 16c7908adc03dd5ce2cc5a8a93b3374ae38a9f05 (patch) | |
tree | 53ed21e506dcb06db559efeb96a230039a55572f /requirements | |
parent | Merge pull request #11681 from fosterseth/fix_cleanup_named_pipe (diff) | |
download | awx-16c7908adc03dd5ce2cc5a8a93b3374ae38a9f05.tar.xz awx-16c7908adc03dd5ce2cc5a8a93b3374ae38a9f05.zip |
Skip pytest 7.0.0
A test was failing with:
from importlib.readers import FileReader
E ModuleNotFoundError: No module named 'importlib.readers'
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/requirements_dev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/requirements_dev.txt b/requirements/requirements_dev.txt index 79c1e7b672..582eac7fb9 100644 --- a/requirements/requirements_dev.txt +++ b/requirements/requirements_dev.txt @@ -4,7 +4,7 @@ django-rest-swagger ipython==7.21.0 unittest2 black -pytest +pytest!=7.0.0 pytest-cov pytest-django pytest-pythonpath |