Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 730448 - dev-python/{,flask-}mongoengine: enable tests properly
Summary: dev-python/{,flask-}mongoengine: enable tests properly
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-07-02 12:55 UTC by Michał Górny
Modified: 2021-04-19 21:22 UTC (History)
0 users

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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-07-02 12:55:41 UTC
The tests currently depend on system-wide mongodb server.  We should start a local server like in dev-python/pymongo and redirect them to it.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2021-04-19 21:02:34 UTC
This is done for dev-python/mongoengine.
Comment 2 Larry the Git Cow gentoo-dev 2021-04-19 21:22:58 UTC
The bug has been closed via the following commit(s):

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

commit b1fcc6449b882f16b93fac0c05c9f18e676ae8a0
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2021-04-19 21:16:55 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2021-04-19 21:22:53 +0000

    dev-python/flask-mongoengine: Run mongodb locally for tests
    
    Closes: https://bugs.gentoo.org/730448
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 .../flask-mongoengine-1.0.0.ebuild                 | 41 ++++++++++++++++++++--
 1 file changed, 39 insertions(+), 2 deletions(-)