summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2018-10-07 00:08:18 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2018-10-07 00:36:57 +0200
commit9486a666455158ee72371b1007535d6f632ae97d (patch)
tree94e0c3e934ab859ba6851319a3a086ce50eb8d27
parent2f9693f55cbae0c82d3c3322e96deab2debd61b7 (diff)
fix tox regression / incompatible change
tests are broken for tox 3.2.x .. 3.4.0 versions: /home/travis/build/borgbackup/borg/.tox/py34/bin/python: Error while finding spec for 'borg.archiver' (<class 'ImportError'>: No module named 'borg') we see this breakage only on 1.0-maint branch, 1.1-maint is fine. 1.1-maint uses the src/ code layout, 1.0-maint does not. related?
-rw-r--r--requirements.d/development.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.d/development.txt b/requirements.d/development.txt
index 662475c5c..03fae97f1 100644
--- a/requirements.d/development.txt
+++ b/requirements.d/development.txt
@@ -2,7 +2,7 @@ setuptools
setuptools_scm
pip
virtualenv<14.0
-tox
+tox<3.2.0
pytest!=3.3.0
pytest-xdist
pytest-cov