From 7c1f1f0335e7760b56ede5b0bdddc450ecb3495695b52b3a2eaed677b5f9a04c Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 6 Aug 2025 04:35:13 +0000 Subject: [PATCH] - Remove Requires on mypy, it's python-mypy. - Skip broken test with the new mypy. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-envier?expand=0&rev=6 --- python-envier.changes | 6 ++++++ python-envier.spec | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/python-envier.changes b/python-envier.changes index 813ee5c..c392125 100644 --- a/python-envier.changes +++ b/python-envier.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 6 04:34:39 UTC 2025 - Steve Kowalik + +- Remove Requires on mypy, it's python-mypy. +- Skip broken test with the new mypy. + ------------------------------------------------------------------- Tue Nov 19 12:47:26 UTC 2024 - Dirk Müller diff --git a/python-envier.spec b/python-envier.spec index 33664b1..5556993 100644 --- a/python-envier.spec +++ b/python-envier.spec @@ -1,7 +1,7 @@ # # spec file for package python-envier # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,8 +34,7 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: mypy -Suggests: python-mypy +Requires: python-mypy BuildArch: noarch %python_subpackages @@ -61,7 +60,8 @@ popd %check cd envier-%{version}-source1 -%pytest -v +# Broken with mypy 1.17 +%pytest -vk 'not test_types' %files %{python_files} %doc README.md