summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Twomey <michael.twomey@fieldaware.com>2013-10-17 11:06:35 +0100
committerMichael Twomey <michael.twomey@fieldaware.com>2013-10-17 11:06:35 +0100
commit10c7faa9be66b06586d187905735013d2a22ecd5 (patch)
tree11d478518757e6b0fa599a218ad4ed5bcaf1ba75
parente2f5a7a8ad904991b4ce3ff0091e5e1059272536 (diff)
downloadpyiso8601-10c7faa9be66b06586d187905735013d2a22ecd5.tar.gz
Require py.test >= 2.4.2 for test parameter support
-rw-r--r--dev-requirements.txt2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index f370bae..0f480f4 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -1,3 +1,3 @@
-pytest >= 2.3.5
+pytest >= 2.4.2
tox >= 1.6.0
devpi >= 1.1
diff --git a/tox.ini b/tox.ini
index b1a7042..766b53d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,5 +2,5 @@
envlist = py26,py27,py32,py33
[testenv]
-deps=pytest
+deps=pytest>=2.4.2
commands=py.test iso8601