14
0

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
This commit is contained in:
2022-02-23 12:36:08 +00:00
committed by Git OBS Bridge
parent 0eb3777d3d
commit c45364e18d
2 changed files with 6 additions and 0 deletions

View File

@@ -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