Explorar o código

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?
Thomas Waldmann %!s(int64=6) %!d(string=hai) anos
pai
achega
9486a66645
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      requirements.d/development.txt

+ 1 - 1
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