From 7010590fbdfdc403b220e548cf7ed437b1bcd3371d52d3055830b5b8795e0b09 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 2 Jul 2024 06:07:32 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydantic?expand=0&rev=62 --- python-pydantic.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-pydantic.spec b/python-pydantic.spec index fbff862..aea7796 100644 --- a/python-pydantic.spec +++ b/python-pydantic.spec @@ -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}