From 32e42aa0f521bda07208138c3371ded9afc9d496 Mon Sep 17 00:00:00 2001 From: Miguel Vieira Date: Wed, 5 Feb 2020 22:22:57 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix:=20Issue=20with=20pytest=205?= =?UTF-8?q?.3.3,=20downgrade=20to=20version=205.3.2:=20https://github.com/?= =?UTF-8?q?pytest-dev/pytest/issues/6492.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements/local.in | 2 +- requirements/local.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/local.in b/requirements/local.in index f7d689b0..07e4cf81 100644 --- a/requirements/local.in +++ b/requirements/local.in @@ -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 diff --git a/requirements/local.txt b/requirements/local.txt index 26473369..c501983f 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -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