mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-24 11:24:48 -04:00
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.
This commit is contained in:
parent
dd4727b2f1
commit
529e7831a8
2 changed files with 10 additions and 1 deletions
|
|
@ -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
requirements.d/development.lock.txt
Normal file
9
requirements.d/development.lock.txt
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue