Skip to content

Commit 1420872

Browse files
committed
Downgrade pytest-twisted to 1.13
1.14 apparently caused issues with hanging tests. Don't know why, because pytest-twisted does not seem to publish a proper changelog, so I have no idea what changed between 1.13 and 1.14.
1 parent 0704960 commit 1420872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pytest-metadata<2.0.0
99
pytest-cov==2.7.1
1010
pytest-selenium==2.0.1
1111
pytest-timeout
12-
pytest-twisted~=1.14.0
12+
pytest-twisted~=1.13.0
1313
pytidylib==0.3.2
1414
selenium==3.141.0
1515
whisper>=0.9.9

0 commit comments

Comments
 (0)