diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2023-05-29 15:03:12 +0200 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2023-05-30 18:11:13 +0200 |
commit | 905a7dc3bc8118c21ce9696ca063572576e25611 (patch) | |
tree | 0af491d23eaabbaeed29ca36258521818df04ff1 /requirements-tests.txt | |
parent | [Core] Fix bug when emiting event in EventManager (diff) | |
download | deluge-905a7dc3bc8118c21ce9696ca063572576e25611.tar.xz deluge-905a7dc3bc8118c21ce9696ca063572576e25611.zip |
[Tests] Only pin libtorrent for tests
Bump versions for Windows packaging
Diffstat (limited to 'requirements-tests.txt')
-rw-r--r-- | requirements-tests.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements-tests.txt b/requirements-tests.txt index 2fd885219..7796f36e7 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,3 +1,4 @@ +libtorrent==2.0.7 pytest pytest-twisted pytest-cov |