From 26fb8c0abb70fad2d21cae79c336239c0adaec2e Mon Sep 17 00:00:00 2001 From: Justin Riley Date: Tue, 11 Oct 2016 23:26:22 -0400 Subject: [PATCH] bump pytest and plugins to latest versions --- setup.py | 6 +++--- test-requirements.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index 593ea91..43f0290 100644 --- a/setup.py +++ b/setup.py @@ -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", diff --git a/test-requirements.txt b/test-requirements.txt index 9aa0cd2..316cc80 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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