Fix compilation errors caused by pytest update to 7.3.2

This commit is contained in:
starlet-dx 2023-07-05 17:55:49 +08:00
parent ec8a572d10
commit 3fa492d536

View File

@ -2,7 +2,7 @@
Name: python-notario Name: python-notario
Version: 0.0.16 Version: 0.0.16
Release: 1 Release: 2
Summary: A dictionary validator Summary: A dictionary validator
License: MIT License: MIT
URL: https://github.com/alfredodeza/notario URL: https://github.com/alfredodeza/notario
@ -11,6 +11,7 @@ Source0: https://files.pythonhosted.org/packages/88/43/7ba8c182d832f4cadb
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-pytest BuildRequires: python3-pytest
BuildRequires: python3-py
%description %description
Notario is flexible and succinct Python dictionary validator with the ability Notario is flexible and succinct Python dictionary validator with the ability
@ -44,5 +45,8 @@ py.test-%{python3_version} -v notario/tests
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %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 * Wed Aug 18 2021 Python_Bot <Python_Bot@openeuler.org> - 0.0.16-1
- Init package - Init package