diff --git a/pytest.spec b/pytest.spec index 4ca3eaf..cf93844 100644 --- a/pytest.spec +++ b/pytest.spec @@ -1,6 +1,9 @@ +%global _without_docs 1 +%global _without_tests 1 +%global _without_timeout 1 Name: pytest Version: 6.2.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple powerful testing with Python License: MIT URL: https://pytest.org @@ -172,6 +175,9 @@ export INPUTRC=$PWD/.inputrc %{python3_sitelib}/pytest/ %changelog +* Wed Jun 02 2021 Python Maint - 6.2.4-2 +- Bootstrap for Python 3.10 + * Tue May 04 2021 Miro HronĨok - 6.2.4-1 - Update to 6.2.4 - Fixes: rhbz#1956942