From c45364e18d3d4074fe23c352beeba5d7397becf043d120b059b45914c819fae6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 23 Feb 2022 12:36:08 +0000 Subject: [PATCH] Accepting request 957014 from home:pgajdos:python - fix integration tests OBS-URL: https://build.opensuse.org/request/show/957014 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools_scm?expand=0&rev=67 --- python-setuptools_scm.changes | 5 +++++ python-setuptools_scm.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-setuptools_scm.changes b/python-setuptools_scm.changes index 9b7df14..8c06d62 100644 --- a/python-setuptools_scm.changes +++ b/python-setuptools_scm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 23 11:02:50 UTC 2022 - pgajdos@suse.com + +- fix integration tests + ------------------------------------------------------------------- Sat Feb 5 20:29:24 UTC 2022 - Dirk Müller diff --git a/python-setuptools_scm.spec b/python-setuptools_scm.spec index 53d162d..cc2e3d3 100644 --- a/python-setuptools_scm.spec +++ b/python-setuptools_scm.spec @@ -75,6 +75,7 @@ in SCM metadata. It also handles file finders for the supperted SCMs. %if %{with test} %check +sed -i 's:python\( setup.py\):python3\1:' testing/test_integration.py # pip download needs network %pytest -k "not test_pip_download" %endif