From 07a8a5c3cb8d22ed69d22a10ab4d14abef5fc96a Mon Sep 17 00:00:00 2001 From: Oskar Hahn Date: Sun, 23 Sep 2018 17:01:58 +0200 Subject: [PATCH] update the dev tools --- requirements/development.txt | 4 ++-- requirements/production.txt | 2 +- setup.cfg | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/requirements/development.txt b/requirements/development.txt index 0ab902298..bc6290118 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -3,8 +3,8 @@ coverage # Use master of flake8 until flake8 3.6 is released that supports python3.7 git+https://gitlab.com/pycqa/flake8.git isort -mypy<=0.620 -pytest>=3.6,<3.7 +mypy +pytest pytest-django pytest-asyncio pytest-cov diff --git a/requirements/production.txt b/requirements/production.txt index 8bb0190df..bcd320383 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -6,7 +6,7 @@ Django>=1.11,<2.2 djangorestframework>=3.4,<3.9 jsonfield2>=3.0,<3.1 jsonschema>=2.6.0<2.7 -mypy_extensions>=0.3,<0.4 +mypy_extensions>=0.4,<0.5 PyPDF2>=1.26,<1.27 roman>=2.0,<3.1 setuptools>=29.0,<41.0 diff --git a/setup.cfg b/setup.cfg index c302ad73a..815a1050d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,3 +32,5 @@ disallow_untyped_defs = true [tool:pytest] DJANGO_SETTINGS_MODULE = tests.settings testpaths = tests/ +filterwarnings = + ignore:RemovedInDjango30Warning