]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
requirements: Loosen testing requirement versions
authorStephen Finucane <stephen.finucane@intel.com>
Tue, 15 Mar 2016 10:57:06 +0000 (10:57 +0000)
committerStephen Finucane <stephen.finucane@intel.com>
Tue, 15 Mar 2016 11:28:35 +0000 (11:28 +0000)
There's not really any reason to pin the requirements for dependencies
only used in tests, so don't do it. Replace these specific versions
with broader, major-version checks.

Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
requirements-test.txt

index 92bc3876982aef40658ce468c50cbeb11a3cbe91..2d0b32c733e2d608bdd8eb113c6c21b5370301fe 100644 (file)
@@ -1,4 +1,4 @@
 mysqlclient==1.3.7  # replace this with psycopg2 for a PostgreSQL backend
 django-debug-toolbar==1.4
-python-dateutil==2.4.2
-selenium==2.48.0
+python-dateutil>2.0,<3.0
+selenium>2.0,<3.0