Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 749708 - dev-python/alembic-1.4.2 fails tests with pytest 6
Summary: dev-python/alembic-1.4.2 fails tests with pytest 6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-17 13:08 UTC by Agostino Sarubbo
Modified: 2020-10-17 17:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,46.41 KB, text/plain)
2020-10-17 13:08 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-10-17 13:08:29 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/alembic-1.4.2 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2020-10-17 13:08:32 UTC
Created attachment 666197 [details]
build.log

build log and emerge --info
Comment 2 Louis Sautier (sbraz) gentoo-dev 2020-10-17 17:34:25 UTC
That was fixed in
commit fc689ef5d902675cfd6eedc6980701b4a7bcdf57 (HEAD -> master, origin/master, origin/HEAD)
Author: Louis Sautier <sbraz@gentoo.org>
Date:   Sat Oct 17 11:20:58 2020 +0200

    dev-python/alembic: bump to 1.4.3, support PyPy3 and Python 3.9
    
    Also:
    * Fix tests with pytest 6.
    * Update HOMEPAGE.
    * Use distutils_enable_tests.
    
    Package-Manager: Portage-3.0.8, Repoman-3.0.1
    Signed-off-by: Louis Sautier <sbraz@gentoo.org>