public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-azure-mgmt-databoxedge] rawhide: Drop test dependencies and add six
@ 2026-06-24  0:35 Jeremy Cline
  0 siblings, 0 replies; only message in thread
From: Jeremy Cline @ 2026-06-24  0:35 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-azure-mgmt-databoxedge
            Branch : rawhide
            Commit : 3f0c4c131899a521c590c6fc11f9679f25f2a81f
            Author : Jeremy Cline <jeremycline@microsoft.com>
            Date   : 2026-06-23T20:34:25-04:00
            Stats  : +4/-22 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-azure-mgmt-databoxedge/c/3f0c4c131899a521c590c6fc11f9679f25f2a81f?branch=rawhide

            Log:
            Drop test dependencies and add six

The module needs six, but doesn't declare that. The tests are unrunnable
because azure-devtools.

---
diff --git a/python-azure-mgmt-databoxedge.spec b/python-azure-mgmt-databoxedge.spec
index b38f7a4..1724711 100644
--- a/python-azure-mgmt-databoxedge.spec
+++ b/python-azure-mgmt-databoxedge.spec
@@ -1,10 +1,3 @@
-# Enable tests everywhere except EPEL 9, where python-pytest-aiohttp is not backported.
-%if 0%{?el9} || 0%{?centos} >= 9
-%bcond_with    tests
-%else
-%bcond_without tests
-%endif
-
 %global         srcname     azure-mgmt-databoxedge
 
 Name:           python-%{srcname}
@@ -20,17 +13,8 @@ BuildArch:      noarch
 Epoch:          1
 
 BuildRequires:  python3-devel
-
-%if %{with tests}
-BuildRequires:  python3dist(azure-devtools)
-BuildRequires:  python3dist(azure-mgmt-keyvault)
-BuildRequires:  python3dist(azure-mgmt-resource)
-BuildRequires:  python3dist(azure-sdk-tools)
-BuildRequires:  python3dist(pytest)
-BuildRequires:  python3dist(pytest-aiohttp)
-BuildRequires:  python3dist(python-dotenv)
-%endif
-
+# The module depends on this but doesn't declare that
+BuildRequires:  python3dist(six)
 
 %global _description %{expand:
 Microsoft Azure Databoxedge Management Client Library for Python}
@@ -40,6 +24,8 @@ Microsoft Azure Databoxedge Management Client Library for Python}
 
 %package -n python3-%{srcname}
 Summary:        %{summary}
+# The module depends on this but doesn't declare that
+Requires:       python3dist(six)
 
 %description -n python3-%{srcname} %{_description}
 
@@ -64,10 +50,6 @@ Summary:        %{summary}
 %check
 %pyproject_check_import
 
-%if %{with tests}
-%pytest
-%endif
-
 
 %files -n python3-%{srcname} -f %{pyproject_files}
 %doc README.md CHANGELOG.md

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-24  0:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24  0:35 [rpms/python-azure-mgmt-databoxedge] rawhide: Drop test dependencies and add six Jeremy Cline

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox