17
0

2 Commits

2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 20 11:03:41 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- add sle15_python_module_pythons
-------------------------------------------------------------------
Tue Apr 2 03:55:42 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -16,6 +16,7 @@
#
%{?sle15_python_module_pythons}
Name: python-pytest-mypy-testing
Version: 0.1.3
Release: 0
@@ -23,9 +24,9 @@ Summary: Pytest plugin to check mypy output
License: Apache-2.0 OR MIT
URL: https://github.com/davidfritzsche/pytest-mypy-testing
Source: https://files.pythonhosted.org/packages/source/p/pytest-mypy-testing/pytest-mypy-testing-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module flit-core >= 2}
BuildRequires: %{python_module pip}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module mypy >= 1.0}
BuildRequires: %{python_module pytest >= 7}