浏览代码

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 年之前
父节点
当前提交
529e7831a8
共有 2 个文件被更改,包括 10 次插入1 次删除
  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