forked from pool/python-pydantic
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydantic?expand=0&rev=62
This commit is contained in:
parent
419eb8bf13
commit
d5dea0fe9d
@ -44,6 +44,7 @@ BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module Faker}
|
||||
BuildRequires: %{python_module cloudpickle}
|
||||
BuildRequires: %{python_module dirty-equals}
|
||||
BuildRequires: %{python_module email-validator >= 2.0}
|
||||
BuildRequires: %{python_module pydantic = %{version}}
|
||||
BuildRequires: %{python_module pytest-benchmark}
|
||||
BuildRequires: %{python_module pytest-examples}
|
||||
@ -78,7 +79,7 @@ Data validation and settings management using Python type hinting.
|
||||
|
||||
%check
|
||||
%if %{with test}
|
||||
%pytest -k "not startup_perf"
|
||||
%pytest
|
||||
%endif
|
||||
|
||||
%if %{without test}
|
||||
|
Loading…
x
Reference in New Issue
Block a user