Accepting request 940604 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/940604 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lexicon?expand=0&rev=5
This commit is contained in:
commit
a34d1c06f3
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 13 23:14:40 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- 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 <steven.kowalik@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user