summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-08-29 11:01:41 +0100
committerDaniel Axtens <dja@axtens.net>2018-09-22 01:11:48 +1000
commitab0c443691c4f97b945fbb0d39261e51f5a1d74a (patch)
treeac6cf3e07f5bfee758132465a6dc4233943560b9 /tox.ini
parent300ba3eb283ab1af3dc5924e5ed540159c3ee0bc (diff)
downloadpatchwork-ab0c443691c4f97b945fbb0d39261e51f5a1d74a.tar
patchwork-ab0c443691c4f97b945fbb0d39261e51f5a1d74a.tar.gz
requirements: Start using fixed versions
Given that 'tox' doesn't actually read any of these, there's no reason to use ranges of requirements. Instead, use the latest and greatest for live instances and rely on tox to validate behavior with older versions. The selenium dependency, which is no longer required since commit bab2895f, is removed. The psycopg2 dependency is updated to use psycopg2-binary, as this avoids the need for the libpg library and removes a deprecation warning. Signed-off-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Daniel Axtens <dja@axtens.net>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index fb7bd85..ab35be8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,7 +19,6 @@ setenv =
py27: PYTHONWARNINGS = once
py{34,36}:PYTHONWARNINGS = once,ignore::ImportWarning:backports
py35:PYTHONWARNINGS = once,ignore::ResourceWarning:unittest.suite,ignore::ImportWarning:backports
-
passenv =
http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
PW_TEST_DB_TYPE PW_TEST_DB_USER PW_TEST_DB_PASS PW_TEST_DB_HOST