summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2016-06-21 20:06:36 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2016-06-21 20:06:36 +0200
commit27c0d0f0743c933b5c6efde72cffc0e8f0f05dcd (patch)
tree3d0cb146a0267e8a7280b8c18d572c29c5e2384c /tox.ini
parenta19c9861bfad8b75fd3261046e5b9d9c27f8abcf (diff)
move attic test dependency into own file
so you can just empty that file to remove the attic-based tests when testing in a OpenSSL 1.1 environment.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 0473cb271..c7b49bcaa 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ envlist = py{34,35},flake8
changedir = {toxworkdir}
deps =
-rrequirements.d/development.txt
- attic
+ -rrequirements.d/attic.txt
commands = py.test --cov=borg --cov-config=../.coveragerc --benchmark-skip --pyargs {posargs:borg.testsuite}
# fakeroot -u needs some env vars:
passenv = *