From 8d020933d9ddea532d8a141434e8baaf3d481b52 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Sat, 24 Nov 2018 13:48:50 +0100 Subject: [PATCH] pytest: Add two more dependencies pytest was an indirect dependency so far, making that one explicit, and the timeout plugin should allow us to kill a stuck test before travis kills it, and thus allow us to see where it got stuck. Signed-off-by: Christian Decker <@cdecker> --- tests/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/requirements.txt b/tests/requirements.txt index 9fa3f79e3..a20264fb9 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,3 +1,4 @@ +pytest==3.8.1 CherryPy==17.3.0 Flask==1.0.2 cheroot==6.5.2 @@ -8,3 +9,4 @@ pytest-forked==0.2 pytest-xdist==1.22.2 python-bitcoinlib==0.7.0 tqdm==4.26.0 +pytest-timeout==1.3.3