Skip to content

Commit

Permalink
[Tests] Only pin libtorrent for tests
Browse files Browse the repository at this point in the history
Bump versions for Windows packaging
  • Loading branch information
cas-- committed May 30, 2023
1 parent 89b79e4 commit 905a7dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
arch: [x64, x86]
python: ["3.9"]
libtorrent: [2.0.6, 1.2.15]
libtorrent: [2.0.7, 1.2.19]

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down
1 change: 1 addition & 0 deletions requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
libtorrent==2.0.7
pytest
pytest-twisted
pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libtorrent==2.0.7
libtorrent
twisted[tls]>=17.1
rencode
pyopenssl
Expand Down

0 comments on commit 905a7dc

Please sign in to comment.