From 1ee1dca0ff7aea1fb5ec22fbed453a7b7bd3bba8 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Aug 12 2023 04:28:52 +0000 Subject: disable mypy plguin tests --- diff --git a/python-pydantic.spec b/python-pydantic.spec index 556190b..a17be69 100644 --- a/python-pydantic.spec +++ b/python-pydantic.spec @@ -48,7 +48,8 @@ Data validation and settings management using python type hinting. %check -%pytest -Wdefault +# Disable mypy plugin tests. We don't use it for downstream packaging. +%pytest -Wdefault --ignore=tests/mypy/test_mypy.py %files -n python3-pydantic -f %{pyproject_files}