summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2017-04-10 18:31:23 -0300
committerRuben Pollan <meskio@sindominio.net>2017-12-03 20:43:36 +0100
commit425c22591e379a314dd9eae80510223a12ddea67 (patch)
treedea6c3aa7eb5f0cf02fff40610d3612ae75d9fee /tox.ini
parentd80b8774914dd21b9d61ecd4b3c3f3fe66e1c182 (diff)
[tests] use the develop branch of python-gnupg
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 4 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 6d181452..5404c657 100644
--- a/tox.ini
+++ b/tox.ini
@@ -43,26 +43,25 @@ setenv =
LDFLAGS='-L/usr/local/lib'
[testenv:py27-dev-local]
-# This environment assumes leap_common and soledad repos
+# This environment assumes leap_common and soledad repos
# are checked out locally in the parent folder.
# Use pkg/tools/checkout_leap.sh script to do that.
commands =
py.test -k 'not bench' --pep8 -x {posargs}
deps =
-r{toxinidir}/pkg/requirements-testing.pip
- -egit+https://github.com/pixelated/python-gnupg.git@key_extension_and_sign#egg=gnupg
+ -egit+https://github.com/isislovecruft/python-gnupg.git@develop#egg=gnupg
-e../leap_commondev
-e../soledad
setenv =
HOME=/tmp
PATH=/usr/bin/:/bin/
-
-
+
[testenv:py27-bench]
commands = py.test {posargs}
changedir = bench
deps =
- gnupg
+ -egit+https://github.com/isislovecruft/python-gnupg.git@develop#egg=gnupg
pytest
pytest-benchmark
# need the next 2 for graphs, but new version changed api a bit and is