From 070496084b8facd4d414b215ab80c553a82480bd Mon Sep 17 00:00:00 2001 From: Morten Brekkevold Date: Wed, 28 Feb 2024 14:47:03 +0000 Subject: [PATCH] Upgrade to latest pytest-twisted release Since we just upgraded Twisted, we should also upgrade our pytest-twisted dependency to ensure tests are still working. --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 3d1c617cca..6bd1a92ecd 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -9,7 +9,7 @@ pytest-metadata<2.0.0 pytest-cov==2.7.1 pytest-selenium==2.0.1 pytest-timeout -pytest-twisted==1.12 +pytest-twisted~=1.14.0 pytidylib==0.3.2 selenium==3.141.0 whisper>=0.9.9