pytest upgrade to 3.6.0

This commit is contained in:
Sam 2018-05-25 16:39:38 +02:00
parent 8b90eb1566
commit 1fe91daf7a
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -11,6 +11,7 @@ uploads
.cache .cache
.coverage .coverage
coverage.xml coverage.xml
.pytest_cache
# MPWO_CLIENT # MPWO_CLIENT
############### ###############

View File

@ -1,5 +1,6 @@
alembic==0.9.9 alembic==0.9.9
apipkg==1.4 apipkg==1.4
atomicwrites==1.1.5
attrs==17.4.0 attrs==17.4.0
bcrypt==3.1.4 bcrypt==3.1.4
certifi==2018.4.16 certifi==2018.4.16
@ -24,6 +25,7 @@ Jinja2==2.10
Mako==1.0.7 Mako==1.0.7
MarkupSafe==1.0 MarkupSafe==1.0
mccabe==0.6.1 mccabe==0.6.1
more-itertools==4.2.0
mysqlclient==1.3.12 mysqlclient==1.3.12
pluggy==0.6.0 pluggy==0.6.0
psycopg2==2.7.3.2 psycopg2==2.7.3.2
@ -32,7 +34,7 @@ pycodestyle==2.3.1
pycparser==2.18 pycparser==2.18
pyflakes==1.6.0 pyflakes==1.6.0
PyJWT==1.6.1 PyJWT==1.6.1
pytest==3.3.2 pytest==3.6.0
pytest-cache==1.0 pytest-cache==1.0
pytest-cov==2.5.1 pytest-cov==2.5.1
pytest-flake8==0.9.1 pytest-flake8==0.9.1