diff options
author | Shane McDonald <me@shanemcd.com> | 2021-10-04 21:28:26 +0200 |
---|---|---|
committer | Shane McDonald <me@shanemcd.com> | 2021-10-04 22:24:16 +0200 |
commit | 7bbfcbaefd0209bb25b3a9672421221fdd458802 (patch) | |
tree | 0c7af226edd9f5e271cd37089042c52d146b651a /requirements | |
parent | Update pip and setuptools (diff) | |
download | awx-7bbfcbaefd0209bb25b3a9672421221fdd458802.tar.xz awx-7bbfcbaefd0209bb25b3a9672421221fdd458802.zip |
Update dev requirements to work with setuptools 58
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/requirements_dev.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements/requirements_dev.txt b/requirements/requirements_dev.txt index 6811a16fd3..532ac920c3 100644 --- a/requirements/requirements_dev.txt +++ b/requirements/requirements_dev.txt @@ -1,6 +1,6 @@ django-debug-toolbar==1.11 django-rest-swagger -pprofile +# pprofile - re-add once https://github.com/vpelletier/pprofile/issues/41 is addressed ipython==7.21.0 unittest2 black @@ -14,9 +14,9 @@ pytest-xdist==1.34.0 # 2.0.0 broke zuul for some reason tox # for awxkit logutils jupyter -matplotlib +# matplotlib - Caused issues when bumping to setuptools 58 backports.tempfile # support in unit tests for py32+ tempfile.TemporaryDirectory -mockldap +git+https://github.com/artefactual-labs/mockldap.git@master#egg=mockldap sdb remote-pdb gprof2dot |