Skip to content

Commit

Permalink
deps: Work around release build failure in macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
palango committed Dec 3, 2021
1 parent 6149639 commit c770163
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ idna==2.8
# requests
# twisted
# yarl
importlib-metadata==4.8.1
importlib-metadata==4.2.0
# via
# -r requirements-dev.txt
# pluggy
Expand Down
3 changes: 3 additions & 0 deletions requirements/requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ bump2version
# Test support
matrix-synapse
six>=1.13.0 # work around bad deps declaration in treq, see https://github.com/twisted/treq/commit/934e127a2b915bf02be86d23f2cf8a65bcdb2533#r42782781

# Mac build failure
importlib-metadata<4.3

0 comments on commit c770163

Please sign in to comment.