From ee158927fe8d465f64aff4d57c50997108f7c34d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 22 May 2020 15:17:40 +0200 Subject: [PATCH] Bootstrap for Python 3.9 --- pytest.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pytest.spec b/pytest.spec index fee3415..ad80ae8 100644 --- a/pytest.spec +++ b/pytest.spec @@ -1,6 +1,9 @@ +%global _without_docs 1 +%global _without_optional_tests 1 +%global _without_timeout 1 Name: pytest Version: 4.6.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple powerful testing with Python License: MIT URL: https://pytest.org @@ -139,6 +142,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{python3_sitelib}/__pycache__/pytest.* %changelog +* Fri May 22 2020 Miro Hrončok - 4.6.10-2 +- Bootstrap for Python 3.9 + * Fri May 08 2020 Miro Hrončok - 4.6.10-1 - Update to 4.6.10.