Fix compilation errors caused by pytest update to 7.3.2
This commit is contained in:
parent
ec8a572d10
commit
3fa492d536
@ -2,7 +2,7 @@
|
||||
|
||||
Name: python-notario
|
||||
Version: 0.0.16
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: A dictionary validator
|
||||
License: MIT
|
||||
URL: https://github.com/alfredodeza/notario
|
||||
@ -11,6 +11,7 @@ Source0: https://files.pythonhosted.org/packages/88/43/7ba8c182d832f4cadb
|
||||
BuildArch: noarch
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-py
|
||||
|
||||
%description
|
||||
Notario is flexible and succinct Python dictionary validator with the ability
|
||||
@ -44,5 +45,8 @@ py.test-%{python3_version} -v notario/tests
|
||||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 05 2023 yaoxin <yao_xin001@hoperun.com> - 0.0.16-2
|
||||
- Fix compilation errors caused by pytest update to 7.3.2
|
||||
|
||||
* Wed Aug 18 2021 Python_Bot <Python_Bot@openeuler.org> - 0.0.16-1
|
||||
- Init package
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user