17
0

- Add --import-mode=importlib to make test suite work.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-core?expand=0&rev=18
This commit is contained in:
2021-09-30 09:03:35 +00:00
committed by Git OBS Bridge
parent db2e546a72
commit d79587e1fd
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 30 09:03:28 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Add --import-mode=importlib to make test suite work.
-------------------------------------------------------------------
Tue Aug 3 00:43:52 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -63,6 +63,7 @@ common helpers (e.g. base ``Client`` classes) used by all of the
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
export PYTEST_ADDOPTS="--import-mode=importlib"
%pytest
%files %{python_files}