From d7bbc2966e93841c71e8d2a04c2b8ea635d8da23 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 21:14:15 +0200 Subject: [PATCH] Bootstrap for Python 3.11 --- python-pytest-cov.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-pytest-cov.spec b/python-pytest-cov.spec index dfe22f0..c4dade9 100644 --- a/python-pytest-cov.spec +++ b/python-pytest-cov.spec @@ -1,3 +1,4 @@ +%global _without_tests 1 %global srcname pytest-cov %global forgeurl https://github.com/pytest-dev/%{srcname}