Accepting request 1135565 from Education

OBS-URL: https://build.opensuse.org/request/show/1135565
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/epy?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2024-01-03 11:23:20 +00:00 committed by Git OBS Bridge
commit 554cd8c27d
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 20 11:43:07 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
- Do not write non-deterministic .pyc files in tests
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Mar 04 13:16:37 UTC 2023 - mcepl@cepl.eu Sat Mar 04 13:16:37 UTC 2023 - mcepl@cepl.eu

View File

@ -75,6 +75,7 @@ python3 -mpip install --root %{buildroot} --no-warn-script-location \
build/epy_reader-*-py3-none-any.whl build/epy_reader-*-py3-none-any.whl
%check %check
export PYTHONDONTWRITEBYTECODE=1
export PYTHONPATH=%{buildroot}/%{python3_sitelib} export PYTHONPATH=%{buildroot}/%{python3_sitelib}
pytest -v tests pytest -v tests