Skip to content

Commit

Permalink
Are tests failing cause of newer libtorrent?
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Kamina committed Jun 14, 2024
1 parent ca75fa7 commit 014bfdb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.10"]
libtorrent: [2.0.9, 1.2.19]
libtorrent: [2.0.8, 1.2.19]

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down
4 changes: 2 additions & 2 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
libtorrent>=2.0.9
pytest==7.4.2
libtorrent<2.0.9
pytest<8.0,>=7.4.2
2 changes: 1 addition & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libtorrent
libtorrent<2.0.9
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
libtorrent<2.0.9
twisted[tls]>=17.1; sys_platform != 'win32'
twisted[tls]<23,>=17.1; sys_platform == 'win32'
# Add pyasn1 for setuptools workaround: https://github.com/pypa/setuptools/issues/1510
Expand Down

0 comments on commit 014bfdb

Please sign in to comment.