From a2302a44e340514beb955299eccbd9953bb13090 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 19 Mar 2022 23:06:19 +1100 Subject: [PATCH] Added pytest-timeout --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c81e97642..9378d6638 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ env: - PLAT=x86_64 - UNICODE_WIDTH=32 - BUILD_DEPENDS="" - - TEST_DEPENDS="pytest" + - TEST_DEPENDS="pytest pytest-timeout" language: python # Default Python version is usually 3.6