mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-15 23:08:41 +00:00
[Tests] Only pin libtorrent for tests
Bump versions for Windows packaging
This commit is contained in:
parent
89b79e4b7f
commit
905a7dc3bc
3 changed files with 3 additions and 2 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
arch: [x64, x86]
|
arch: [x64, x86]
|
||||||
python: ["3.9"]
|
python: ["3.9"]
|
||||||
libtorrent: [2.0.6, 1.2.15]
|
libtorrent: [2.0.7, 1.2.19]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
libtorrent==2.0.7
|
||||||
pytest
|
pytest
|
||||||
pytest-twisted
|
pytest-twisted
|
||||||
pytest-cov
|
pytest-cov
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
libtorrent==2.0.7
|
libtorrent
|
||||||
twisted[tls]>=17.1
|
twisted[tls]>=17.1
|
||||||
rencode
|
rencode
|
||||||
pyopenssl
|
pyopenssl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue