diff --git a/python-pydantic.spec b/python-pydantic.spec index 68e2e8c..7fde88b 100644 --- a/python-pydantic.spec +++ b/python-pydantic.spec @@ -79,7 +79,7 @@ Data validation and settings management using Python type hinting. %check %if %{with test} -%pytest +%pytest -k "not startup_perf" %endif %if %{without test}