Bug 1705460

Summary: python-apsw FTBFS with Python 3.8
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: python-apswAssignee: Denis Fateyev <denis>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: denis, i, maci, zbyszek
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-07-19 20:26:52 UTC Type: Bug
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: 1667497, 1686977    
Attachments:
Description Flags
Full log from Copr none

Description Miro Hrončok 2019-05-02 10:58:39 UTC
Created attachment 1561530 [details]
Full log from Copr

There is a %check failure when building python-apsw 3.24.0.r1-3.fc31 with Python 3.8:

======================================================================
FAIL: testShell (tests.APSW)
Check Shell functionality
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/apsw-3.24.0-r1/tests.py", line 6291, in testShell
    self.assertTrue("select error;select 4;\n" in get(fh[2]))
AssertionError: False is not true

----------------------------------------------------------------------
Ran 86 tests in 92.205s

FAILED (failures=1)

Full log attached.

Comment 1 Denis Fateyev 2019-07-01 19:41:01 UTC
Updated and fixed in Rawhide https://koji.fedoraproject.org/koji/taskinfo?taskID=35988063

Comment 2 Zbigniew Jędrzejewski-Szmek 2019-07-19 13:35:11 UTC
Still an issue. It builds in rawhide, but fails with python3.8.

https://github.com/rogerbinns/apsw/pull/271
https://github.com/rogerbinns/apsw/issues/272

Comment 3 Zbigniew Jędrzejewski-Szmek 2019-07-19 13:45:17 UTC
https://src.fedoraproject.org/rpms/python-apsw/pull-request/1

Comment 4 Denis Fateyev 2019-07-19 20:26:52 UTC
Thanks for the PR, I have just merged to Rawhide.