15
0
forked from pool/python-envier

Accepting request 1297846 from devel:languages:python

- Remove Requires on mypy, it's python-mypy.
- Skip broken test with the new mypy.

OBS-URL: https://build.opensuse.org/request/show/1297846
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-envier?expand=0&rev=3
This commit is contained in:
2025-08-06 12:34:19 +00:00
committed by Git OBS Bridge
2 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 6 04:34:39 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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