From 2f59b14755bbdc02c11edf62e04197262ab4b701 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 02 2021 11:10:43 +0000 Subject: Bootstrap for Python 3.10 --- diff --git a/python-pluggy.spec b/python-pluggy.spec index f5156d6..91f1b02 100644 --- a/python-pluggy.spec +++ b/python-pluggy.spec @@ -1,3 +1,4 @@ +%global _without_tests 1 %global pypi_name pluggy # Turn the tests off when bootstrapping Python, because pytest requires pluggy @@ -5,7 +6,7 @@ Name: python-pluggy Version: 0.13.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: The plugin manager stripped of pytest specific details License: MIT @@ -64,6 +65,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest testing -k "not %changelog +* Wed Jun 02 2021 Python Maint - 0.13.1-4 +- Bootstrap for Python 3.10 + * Wed Jan 27 2021 Fedora Release Engineering - 0.13.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild