From 23aa29708fe693b5c4336d560e4a328ca6bc8049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 13 Dec 2016 15:01:48 +0100 Subject: [PATCH] Enable timeout Not bumping the release, because no rebuild is needed, rebuilding with timeout will not change the package --- pytest.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.spec b/pytest.spec index f4a8de7..3a72694 100644 --- a/pytest.spec +++ b/pytest.spec @@ -11,7 +11,7 @@ Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name} # The test in this specfile use pytest-timeout # When building pytest for the first time with new Python version # that is not possible as it depends on pytest -%bcond_with timeout +%bcond_without timeout # https://github.com/pytest-dev/pytest/issues/2132 Patch0: %{name}-python36.patch