diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2023-11-19 22:13:42 +0100 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2023-11-20 00:14:44 +0100 |
commit | b2005ecd78df1fc1a2c05df344b9f39526c5f291 (patch) | |
tree | 120092dcd12041c1864367728e0a7802f444920b /requirements-tests.txt | |
parent | [UI] Further compress Deluge icons (diff) | |
download | deluge-b2005ecd78df1fc1a2c05df344b9f39526c5f291.tar.xz deluge-b2005ecd78df1fc1a2c05df344b9f39526c5f291.zip |
[Tests] Fix console tests stalling by pinning pytest to 7.4.2
Tests were stalling in deluge_ui_entry with pytest 7.4.3 likely due to
changes in the way it handles stderr but it is not clean the extact
issue.
For now we will pin the pytest version and look to fix the issue later.
Reference: https://docs.pytest.org/en/stable/changelog.html#pytest-7-4-3-2023-10-24
Diffstat (limited to 'requirements-tests.txt')
-rw-r--r-- | requirements-tests.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-tests.txt b/requirements-tests.txt index 7796f36e7..a570108ad 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,4 +1,4 @@ -libtorrent==2.0.7 +libtorrent pytest pytest-twisted pytest-cov |