From 02227f30aca1bb9beb5bdf24280f4fe9420572c9 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 4 Feb 2022 20:57:38 +0100 Subject: [PATCH 1/2] add requirements.d/development.lock.txt --- requirements.d/development.lock.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 requirements.d/development.lock.txt diff --git a/requirements.d/development.lock.txt b/requirements.d/development.lock.txt new file mode 100644 index 000000000..ef1c219a5 --- /dev/null +++ b/requirements.d/development.lock.txt @@ -0,0 +1,13 @@ +setuptools==60.7.1 +setuptools-scm==6.4.2 +pip==22.0.3 +virtualenv==20.13.0 +pkgconfig==1.5.5 +tox==3.24.5 +pytest==7.0.0 +pytest-xdist==2.5.0 +pytest-cov==3.0.0 +pytest-benchmark==3.4.1 +Cython==0.29.27 +twine==3.8.0 +python-dateutil==2.8.2 From 836316903109b01237fcc4f590e4f51d0c1974a0 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 4 Feb 2022 21:03:28 +0100 Subject: [PATCH 2/2] vagrant: use requirements.d/development.lock.txt --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 16a041e36..88c61cacb 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -189,7 +189,7 @@ def install_borg(fuse) . borg-env/bin/activate pip install -U wheel # upgrade wheel, might be too old cd borg - pip install -r requirements.d/development.txt + pip install -r requirements.d/development.lock.txt python setup.py clean python setup.py clean2 pip install -e .[#{fuse}]