bump test requirements to most recent

This commit is contained in:
Leo Hemsted
2016-09-09 16:29:30 +01:00
parent 816ba32b25
commit c47ce9b26f
2 changed files with 7 additions and 7 deletions

View File

@@ -1,11 +1,11 @@
-r requirements.txt -r requirements.txt
pep8==1.7.0 pep8==1.7.0
pytest==2.9.1 pytest==3.0.2
pytest-mock==0.11.0 pytest-mock==1.2
pytest-cov==2.2.1 pytest-cov==2.3.1
pytest-xdist==1.14 pytest-xdist==1.14
coveralls==1.1 coveralls==1.1
moto==0.4.23 moto==0.4.25
httpretty==0.8.14 httpretty==0.8.14
beautifulsoup4==4.4.1 beautifulsoup4==4.5.1
freezegun==0.3.6 freezegun==0.3.7

View File

@@ -2,5 +2,5 @@
max-line-length = 120 max-line-length = 120
exclude = ./migrations,./venv,./venv3,./node_modules,./bower_components exclude = ./migrations,./venv,./venv3,./node_modules,./bower_components
[pytest] [tool:pytest]
norecursedirs = node_modules bower_components norecursedirs = node_modules bower_components