Просмотр исходного кода

keep tests simple by always adding attic depends

note that we do not depend on attic to build borg, just to do those
tests. if attic goes away, we could eventually do this another way or
just stop testing this altogether.
Antoine Beaupré 10 лет назад
Родитель
Сommit
57801a288d
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      tox.ini

+ 2 - 2
tox.ini

@@ -2,7 +2,7 @@
 # fakeroot -u tox --recreate
 # fakeroot -u tox --recreate
 
 
 [tox]
 [tox]
-envlist = py{32,33,34,35}{,-attic}
+envlist = py{32,33,34,35}
 
 
 [testenv]
 [testenv]
 # Change dir to avoid import problem for cython code. The directory does
 # Change dir to avoid import problem for cython code. The directory does
@@ -10,7 +10,7 @@ envlist = py{32,33,34,35}{,-attic}
 changedir = {toxworkdir}
 changedir = {toxworkdir}
 deps =
 deps =
      -rrequirements.d/development.txt
      -rrequirements.d/development.txt
-     attic: attic
+     attic
 commands = py.test --cov=borg --pyargs {posargs:borg.testsuite}
 commands = py.test --cov=borg --pyargs {posargs:borg.testsuite}
 # fakeroot -u needs some env vars:
 # fakeroot -u needs some env vars:
 passenv = *
 passenv = *