update the dev tools

This commit is contained in:
Oskar Hahn 2018-09-23 17:01:58 +02:00
parent b6968fdfd5
commit 07a8a5c3cb
3 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -32,3 +32,5 @@ disallow_untyped_defs = true
[tool:pytest]
DJANGO_SETTINGS_MODULE = tests.settings
testpaths = tests/
filterwarnings =
ignore:RemovedInDjango30Warning