Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 720828 - dev-python/pytest-fixture-config upgrade breaks pytest-virtualenv if not in @world
Summary: dev-python/pytest-fixture-config upgrade breaks pytest-virtualenv if not in @...
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:
: 720824 720830 (view as bug list)
Depends on:
Blocks: 720574
  Show dependency tree
 
Reported: 2020-05-03 15:13 UTC by Agostino Sarubbo
Modified: 2020-05-04 08:58 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,11.87 KB, text/plain)
2020-05-03 15:14 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-05-03 15:13:36 UTC
This is an auto-filled bug because dev-python/ptyprocess fails tests.
The issue was originally discovered on ppc64, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.
Comment 1 Agostino Sarubbo gentoo-dev 2020-05-03 15:14:05 UTC
Created attachment 635852 [details]
build.log

build log and emerge --info
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-05-03 16:29:12 UTC
Now that is weird because pytest-fixture-config is definitely in pytest-virtualenv's deps.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-05-03 16:30:39 UTC
Hmm, let me guess.  You've just tested pytest-fixture-config...-r1, correct?  Then I suppose Portage allowed you to break pytest-virtualenv's depgraph because it wasn't strictly pulled in by anything.
Comment 4 Larry the Git Cow gentoo-dev 2020-05-03 20:03:43 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f3ce9bb87dae9eca368a404c9cd30f13ffd2b21

commit 6f3ce9bb87dae9eca368a404c9cd30f13ffd2b21
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2020-05-03 19:49:13 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2020-05-03 20:03:37 +0000

    dev-python/pytest-fixture-config: Block py2 pytest-virtualenv
    
    Since dev-python/pytest normally loads all plugins, and PMs don't
    necessarily enforce dependencies of these that are not part of @world,
    it is possible to break their depgraph and break pytest on py2.7
    completely.  Add a blocker to make that harder.
    
    Closes: https://bugs.gentoo.org/720828
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 .../pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild       | 4 ++++
 1 file changed, 4 insertions(+)
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-05-04 08:55:30 UTC
*** Bug 720830 has been marked as a duplicate of this bug. ***
Comment 6 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-05-04 08:58:51 UTC
*** Bug 720824 has been marked as a duplicate of this bug. ***