diff --git a/python-lexicon.changes b/python-lexicon.changes index e56963c..e18a557 100644 --- a/python-lexicon.changes +++ b/python-lexicon.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Dec 13 23:14:40 UTC 2021 - Ben Greiner + +- Don't test on python310 because of pytest-relaxed not supporting + Pytest 6 -- gh#bitprophet/pytest-relaxed#12 + ------------------------------------------------------------------- Fri Sep 17 03:43:56 UTC 2021 - Steve Kowalik diff --git a/python-lexicon.spec b/python-lexicon.spec index 16879fc..89cbc6d 100644 --- a/python-lexicon.spec +++ b/python-lexicon.spec @@ -33,7 +33,7 @@ Requires: python-six Conflicts: python-dns-lexicon BuildArch: noarch # SECTION tests -BuildRequires: %{python_module pytest-relaxed} +BuildRequires: %{python_module pytest-relaxed if (%python-base without python310-base)} # /SECTION tests %python_subpackages @@ -56,11 +56,13 @@ Lexicon is a collection of dict subclasses: %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +alias pytest-3.10='echo "Not testing: no pytest<6 on python 3.10"' %pytest %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/lexicon +%{python_sitelib}/lexicon-%{version}*-info %changelog