Skip to content

Commit

Permalink
downgrade pytest to 5.3.5 to fix issue with pytest_sugar
Browse files Browse the repository at this point in the history
  • Loading branch information
kowalcj0 committed Mar 16, 2020
1 parent ba5474e commit 01ff965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_test.in
Expand Up @@ -7,7 +7,7 @@ allure-pytest
pillow
selenium
locustio
pytest
pytest==5.3.5
pytest-cov
pytest-django
pytest-sugar
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Expand Up @@ -110,7 +110,7 @@ pyrsistent==0.15.7 # via jsonschema
pytest-cov==2.8.1 # via -r requirements_test.in
pytest-django==3.8.0 # via -r requirements_test.in
pytest-sugar==0.9.2 # via -r requirements_test.in
pytest==5.4.1 # via -r requirements_test.in, allure-pytest, pytest-cov, pytest-django, pytest-sugar
pytest==5.3.5 # via -r requirements_test.in, allure-pytest, pytest-cov, pytest-django, pytest-sugar
python-dateutil==2.8.1 # via botocore, faker, freezegun
pytz==2019.3 # via django, django-modelcluster, wagtail
pyzmq==19.0.0 # via locustio
Expand Down

0 comments on commit 01ff965

Please sign in to comment.