Skip to content
Snippets Groups Projects
Commit 72a05ce8 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

cbor2 5.2.0.post1 release should address this

parent d7c4bdff
No related branches found
No related tags found
1 merge request!275Depend on/Compatibility with Tahoe-LAFS 1.17.0
...@@ -39,12 +39,6 @@ jobs: ...@@ -39,12 +39,6 @@ jobs:
- name: "Install ZKAPAuthorizer and dependencies" - name: "Install ZKAPAuthorizer and dependencies"
run: | run: |
# Get a Python 2 compatible version of setuptools_scm so that pip
# doesn't install a Python 2 incompatible version for cbor2. There's
# always a chance cbor2 will help us out with a 5.2.1 that declares
# the constraint for us:
# https://github.com/agronholm/cbor2/issues/124
pip install setuptools_scm<6
python -m pip install -v ./[test] python -m pip install -v ./[test]
- name: "Dump Python Environment" - name: "Dump Python Environment"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment