SHA256
1
0
forked from pool/python312

Accepting request 1083463 from home:dgarcia:branches:devel:languages:python:Factory

- Ignore failing test test_freeze_simple_script, it fails because it
  cannot import _sysconfigdata__linux_x86_64-linux-gnu that's not
  present in the test environment, it fails without bundled libs.
- Remove non existing paths:
  * %{sitedir}/tkinter/test
  * %{sitedir}/sqlite3/test
  * %{dynlib _curses_panel}

OBS-URL: https://build.opensuse.org/request/show/1083463
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python312?expand=0&rev=3
This commit is contained in:
2023-04-29 07:31:45 +00:00
committed by Git OBS Bridge
parent 4dbe24b3a0
commit c9e4db36b1
2 changed files with 16 additions and 13 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Apr 27 16:59:09 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Ignore failing test test_freeze_simple_script, it fails because it
cannot import _sysconfigdata__linux_x86_64-linux-gnu that's not
present in the test environment, it fails without bundled libs.
- Remove non existing paths:
* %{sitedir}/tkinter/test
* %{sitedir}/sqlite3/test
* %{dynlib _curses_panel}
-------------------------------------------------------------------
Wed Apr 26 10:55:38 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>