Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 11ca50b175 | |||
| 11f609efbb |
@@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Dec 8 04:29:16 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
||||||
|
|
||||||
- Only require pytest-subtests with pytest < 9.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 21 09:25:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Thu Nov 21 09:25:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-tableauserverclient
|
# spec file for package python-tableauserverclient
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -40,7 +40,7 @@ BuildArch: noarch
|
|||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module defusedxml >= 0.7.1}
|
BuildRequires: %{python_module defusedxml >= 0.7.1}
|
||||||
BuildRequires: %{python_module pytest-cov}
|
BuildRequires: %{python_module pytest-cov}
|
||||||
BuildRequires: %{python_module pytest-subtests if %python-pytest < 9}
|
BuildRequires: %{python_module pytest-subtests}
|
||||||
BuildRequires: %{python_module requests >= 2.31}
|
BuildRequires: %{python_module requests >= 2.31}
|
||||||
BuildRequires: %{python_module requests-mock >= 1.0}
|
BuildRequires: %{python_module requests-mock >= 1.0}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
|
|||||||
Reference in New Issue
Block a user