Bug 2220114
| Summary: | F39FailsToInstall: python3-apsw | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
| Component: | python-apsw | Assignee: | Denis Fateyev <denis> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | code, denis, i, maci |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-apsw-3.41.2.0-3.fc39 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-07-06 00:48:09 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2135404, 2168845, 2219956, 2220402 | ||
|
Description
Fedora Fails To Install
2023-07-05 19:08:04 UTC
$ fedpkg mockbuild --enablerepo=local
+ /usr/bin/python3 setup.py test
running test
.......................................................................................................F......... Python /usr/bin/python3 sys.version_info(major=3, minor=12, micro=0, releaselevel='beta', serial=3)
Testing with APSW file /builddir/build/BUILDROOT/python-apsw-3.41.2.0-2.fc39.x86_64/usr/lib64/python3.12/site-packages/apsw/__init__.cpython-312-x86_64-linux-gnu.so
APSW version 3.41.2.0
SQLite lib version 3.41.2
SQLite headers version 3041002
Using amalgamation False
.
======================================================================
FAIL: testVTableStuff (apsw.tests.APSW.testVTableStuff)
Test new stuff added for Virtual tables
----------------------------------------------------------------------
Traceback (most recent call last):
File "/builddir/build/BUILDROOT/python-apsw-3.41.2.0-2.fc39.x86_64/usr/lib64/python3.12/site-packages/apsw/tests.py", line 1563, in testVTableStuff
self.assertRaisesUnraisable(TypeError, self.db.execute, "create table sptest_bam2(x)")
File "/builddir/build/BUILDROOT/python-apsw-3.41.2.0-2.fc39.x86_64/usr/lib64/python3.12/site-packages/apsw/tests.py", line 368, in assertRaisesUnraisable
return self.baseAssertRaisesUnraisable(True, exc, func, args, kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/builddir/build/BUILDROOT/python-apsw-3.41.2.0-2.fc39.x86_64/usr/lib64/python3.12/site-packages/apsw/tests.py", line 412, in baseAssertRaisesUnraisable
self.assertEqual(exc, called[0][0]) # check it was the correct type
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: <class 'TypeError'> != <class 'UnicodeDecodeError'>
----------------------------------------------------------------------
Ran 114 tests in 157.872s
FAILED (failures=1)
Upstream issue:
Test failure with Python 3.12.0b
https://github.com/rogerbinns/apsw/issues/450
FEDORA-2023-e3701179b7 has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-e3701179b7 FEDORA-2023-e3701179b7 has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report. |