diff options
author | Tulio Casagrande <tcasagra@thoughtworks.com> | 2017-04-10 18:31:23 -0300 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2017-12-03 20:43:36 +0100 |
commit | 425c22591e379a314dd9eae80510223a12ddea67 (patch) | |
tree | dea6c3aa7eb5f0cf02fff40610d3612ae75d9fee | |
parent | d80b8774914dd21b9d61ecd4b3c3f3fe66e1c182 (diff) |
[tests] use the develop branch of python-gnupg
-rw-r--r-- | tox.ini | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 |