From 36ab9acf979aec0dbfffe58bf1008a2aa27034a7 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Thu, 8 Sep 2022 17:24:26 -0500 Subject: [PATCH] Don't use deprecated setup.py test --- python-mutagen.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-mutagen.spec b/python-mutagen.spec index 3527eb5..823735f 100644 --- a/python-mutagen.spec +++ b/python-mutagen.spec @@ -61,7 +61,7 @@ sphinx-build -b html -n docs docs/_build rm -rf docs/_build/{.buildinfo,.doctrees} %check -%{__python3} setup.py test +%pytest %files -n python3-%{modname}