Skip to content

Commit

Permalink
🐛 Fix: Issue with pytest 5.3.3, downgrade to version 5.3.2: pytest-de…
Browse files Browse the repository at this point in the history
  • Loading branch information
jmiguelv committed Feb 5, 2020
1 parent 611944c commit 32e42aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/local.in
Expand Up @@ -12,7 +12,7 @@ psycopg2==2.8.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2
# ------------------------------------------------------------------------------
mypy==0.761 # https://github.com/python/mypy
django-stubs==1.4.0 # https://github.com/typeddjango/django-stubs
pytest==5.3.3 # https://github.com/pytest-dev/pytest
pytest==5.3.2 # https://github.com/pytest-dev/pytest
pytest-sugar==0.9.2 # https://github.com/Frozenball/pytest-sugar

# Code quality
Expand Down
2 changes: 1 addition & 1 deletion requirements/local.txt
Expand Up @@ -103,7 +103,7 @@ pylint==2.4.4 # via pylint-django, pylint-plugin-utils
pyparsing==2.4.6 # via edtf, packaging
pytest-django==3.8.0
pytest-sugar==0.9.2
pytest==5.3.3
pytest==5.3.2
python-dateutil==2.8.1 # via edtf, elasticsearch-dsl, faker
python-slugify==4.0.0
python3-openid==3.1.0 # via django-allauth
Expand Down

0 comments on commit 32e42aa

Please sign in to comment.