bump pytest and plugins to latest versions

master
Justin Riley 2016-10-11 23:26:22 -04:00
parent 40dfd97292
commit 26fb8c0abb
2 changed files with 6 additions and 6 deletions

View File

@ -29,9 +29,9 @@ setup(
'pytest-runner>=2.9'
],
tests_require=[
"pytest>=2.9.2",
"pytest-cov>=2.3.0",
"pytest-flake8>=0.6",
"pytest>=3.0.3",
"pytest-cov>=2.4.0",
"pytest-flake8>=0.7",
"testfixtures>=4.10.0",
"vcrpy>=1.9.0",
"mock>=2.0.0",

View File

@ -1,6 +1,6 @@
pytest==2.9.2
pytest-cov==2.3.0
pytest-flake8==0.6
pytest==3.0.3
pytest-cov==2.4.0
pytest-flake8==0.7
testfixtures==4.10.0
vcrpy==1.9.0
mock==2.0.0