Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 651796 - dev-python/Babel: Missing test depend on dev-python/freezegun
Summary: dev-python/Babel: Missing test depend on dev-python/freezegun
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-28 01:00 UTC by Matt Turner
Modified: 2018-05-07 07:21 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Turner gentoo-dev 2018-03-28 01:00:22 UTC
________________________________________________________________________________ ERROR collecting tests/messages/test_frontend.py _________________________________________________________________________________
ImportError while importing test module '/var/tmp/portage/dev-python/Babel-2.5.3/work/Babel-2.5.3/tests/messages/test_frontend.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/messages/test_frontend.py:14: in <module>
    from freezegun import freeze_time
E   ImportError: No module named freezegun
Comment 1 Larry the Git Cow gentoo-dev 2018-04-06 22:31:50 UTC
The bug has been closed via the following commit(s):

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

commit cabcd4c4c31b528722d7fea231b7baa6f7796336
Author:     Manuel Rüger <mrueg@gentoo.org>
AuthorDate: 2018-04-06 22:31:25 +0000
Commit:     Manuel Rüger <mrueg@gentoo.org>
CommitDate: 2018-04-06 22:31:25 +0000

    dev-python/Babel: Add missing test dependency
    
    Thanks to Matt Turner
    
    Closes: https://bugs.gentoo.org/651796
    Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-python/Babel/Babel-2.5.3-r1.ebuild | 49 ++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)
Comment 2 Mart Raudsepp gentoo-dev 2018-05-06 23:45:13 UTC
No idea why this was a revision bump at all, but can we stabilize that for all then instead of -r0?
Comment 3 Matt Turner gentoo-dev 2018-05-07 00:42:21 UTC
(In reply to Mart Raudsepp from comment #2)
> No idea why this was a revision bump at all, but can we stabilize that for
> all then instead of -r0?

Seems safe to just propagate stable keywords to -r1.
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-05-07 07:06:43 UTC
  dependency.bad [fatal]        50
   dev-python/Babel/Babel-2.5.3-r1.ebuild: DEPEND: alpha(default/linux/alpha/13.0)
[     'dev-python/freezegun[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]']
[...]

I'm going to guess that's why.