Skip pytest 7.0.0

A test was failing with:

    from importlib.readers import FileReader
E   ModuleNotFoundError: No module named 'importlib.readers'
This commit is contained in:
Shane McDonald 2022-02-04 15:48:18 -05:00
parent 801c45da6d
commit 16c7908adc

View File

@ -4,7 +4,7 @@ django-rest-swagger
ipython==7.21.0
unittest2
black
pytest
pytest!=7.0.0
pytest-cov
pytest-django
pytest-pythonpath