Browse Source

lock development requirements, at least for travis

to avoid changes in the testing tools causing issues for our oldstable
version, lock stuff to a proven version.
Thomas Waldmann 6 years ago
parent
commit
529e7831a8
2 changed files with 10 additions and 1 deletions
  1. 1 1
      .travis/install.sh
  2. 9 0
      requirements.d/development.lock.txt

+ 1 - 1
.travis/install.sh

@@ -45,7 +45,7 @@ fi
 
 python -m virtualenv ~/.venv
 source ~/.venv/bin/activate
-pip install -r requirements.d/development.txt
+pip install -r requirements.d/development.lock.txt
 pip install codecov
 python setup.py --version
 pip install -e .[fuse]

+ 9 - 0
requirements.d/development.lock.txt

@@ -0,0 +1,9 @@
+virtualenv==13.1.2
+setuptools-scm==3.1.0
+pluggy==0.6.0
+tox==3.1.3
+pytest==3.5.1
+pytest-xdist==1.24.0
+pytest-cov==2.6.0
+pytest-benchmark==3.1.1
+Cython==0.29