From b2005ecd78df1fc1a2c05df344b9f39526c5f291 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Sun, 19 Nov 2023 21:13:42 +0000 Subject: [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 --- requirements-ci.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 requirements-ci.txt (limited to 'requirements-ci.txt') diff --git a/requirements-ci.txt b/requirements-ci.txt new file mode 100644 index 000000000..0ebcd6077 --- /dev/null +++ b/requirements-ci.txt @@ -0,0 +1,4 @@ +-r requirements.txt +-r requirements-tests.txt +libtorrent==2.0.7 +pytest==7.4.2 -- cgit v1.2.3