Explorar o código

vagrant: use development.lock.txt to avoid issues

... caused by incompatible changes in test tools / their requirements.
Thomas Waldmann %!s(int64=5) %!d(string=hai) anos
pai
achega
28bed2eb14
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

@@ -267,7 +267,7 @@ def install_borg(fuse)
     . borg-env/bin/activate
     . borg-env/bin/activate
     pip install -U wheel  # upgrade wheel, too old for 3.5
     pip install -U wheel  # upgrade wheel, too old for 3.5
     cd borg
     cd borg
-    pip install -r requirements.d/development.txt
+    pip install -r requirements.d/development.lock.txt
     python setup.py clean
     python setup.py clean
   EOF
   EOF
   if fuse
   if fuse