forked from pool/python-envier
- 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
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user