forked from pool/python-tableauserverclient
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d00840e8ba | |||
| 8fa4e8326e | |||
| 0c8c614744 | |||
| d8f472f7b4 |
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-tableauserverclient
|
||||
#
|
||||
# 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
|
||||
@@ -40,7 +40,7 @@ BuildArch: noarch
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module defusedxml >= 0.7.1}
|
||||
BuildRequires: %{python_module pytest-cov}
|
||||
BuildRequires: %{python_module pytest-subtests}
|
||||
BuildRequires: %{python_module pytest-subtests if %python-pytest < 9}
|
||||
BuildRequires: %{python_module requests >= 2.31}
|
||||
BuildRequires: %{python_module requests-mock >= 1.0}
|
||||
# /SECTION
|
||||
|
||||
Reference in New Issue
Block a user