From bb963c82e4cc8561c1eea273661f45f4c4b8b296 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 6 May 2020 08:44:46 -0400 Subject: [PATCH] pin it for pip/distutils users --- .github/workflows/ci.yaml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b64117d..96a4bc8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,7 @@ jobs: - name: "Install Tahoe-LAFS master@HEAD" run: | - python -m pip install git+https://github.com/tahoe-lafs/tahoe-lafs@master#egg=tahoe-lafs + python -m pip install tahoe-lafs==1.14.0 - name: "Install Test Dependencies" run: | diff --git a/setup.cfg b/setup.cfg index 371a19b..3856a10 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,7 @@ install_requires = python-challenge-bypass-ristretto # Inherit our Twisted dependency from tahoe-lafs so we don't accidentally # get the extras wrong here and break stuff. - tahoe-lafs + tahoe-lafs==1.14.0 treq [versioneer] -- GitLab