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