From ee158927fe8d465f64aff4d57c50997108f7c34d Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: May 22 2020 13:17:40 +0000 Subject: Bootstrap for Python 3.9 --- 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.