Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 651530 - dev-python/pynacl: Missing test depend on dev-python/hypothesis
Summary: dev-python/pynacl: Missing test depend on dev-python/hypothesis
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Brian Dolbec
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-26 05:55 UTC by Matt Turner
Modified: 2018-04-06 22:03 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-26 05:55:18 UTC
Without hypothesis installed, with FEATURES=test:

tests/test_pwhash.py:23: in <module>
    from hypothesis import given, settings
E   ImportError: No module named hypothesis
Comment 1 Larry the Git Cow gentoo-dev 2018-04-06 22:03:01 UTC
The bug has been closed via the following commit(s):

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

commit d111f4f1ee9b1f83a0448622d2828d24d7edf218
Author:     Manuel Rüger <mrueg@gentoo.org>
AuthorDate: 2018-04-06 21:51:37 +0000
Commit:     Manuel Rüger <mrueg@gentoo.org>
CommitDate: 2018-04-06 22:00:55 +0000

    dev-python/pynacl: Fix missing test dependencies
    
    Thanks to Matt Turner
    
    Closes: https://bugs.gentoo.org/651530
    Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-python/pynacl/pynacl-1.2.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)