1
0

- Disable DeprecationWarning in tests to avoid error with the latest

setuptools and pkg_resources deprecation

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydantic?expand=0&rev=30
This commit is contained in:
Daniel Garcia 2023-03-16 07:19:57 +00:00 committed by Git OBS Bridge
parent 250101fc0c
commit 3859f30f38
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 16 07:18:03 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Disable DeprecationWarning in tests to avoid error with the latest
setuptools and pkg_resources deprecation
-------------------------------------------------------------------
Mon Jan 2 20:22:05 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -17,7 +17,6 @@
#
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-pydantic
Version: 1.10.4
@ -58,7 +57,9 @@ Data validation and settings management using Python type hinting.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest -k 'not test_multiple_env_file'
# Disable DeprecationWarning to avoid error with the latest setuptools
# and pkg_resources deprecation
%pytest -k 'not test_multiple_env_file' -W ignore::DeprecationWarning
%files %{python_files}
%license LICENSE