Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 641714 - dev-python/flask-migrate-2.1.1: multiple test failures
Summary: dev-python/flask-migrate-2.1.1: multiple test failures
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: TESTFAILURE
Depends on:
Blocks: 641310
  Show dependency tree
 
Reported: 2017-12-19 13:03 UTC by Thomas Deutschmann (RETIRED)
Modified: 2017-12-19 14:27 UTC (History)
0 users

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


Attachments
build.log (build.log,10.69 KB, text/plain)
2017-12-19 13:03 UTC, Thomas Deutschmann (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Deutschmann (RETIRED) gentoo-dev 2017-12-19 13:03:56 UTC
Created attachment 510980 [details]
build.log

======================================================================
FAIL: test_compare_type (tests.test_migrate_flaskcli.TestMigrate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/flask-migrate-2.1.1/work/Flask-Migrate-2.1.1/tests/test_migrate_flaskcli.py", line 79, in test_compare_type
    self.assertTrue(s == 0)
AssertionError: False is not true

======================================================================
FAIL: test_custom_directory (tests.test_migrate_flaskcli.TestMigrate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/flask-migrate-2.1.1/work/Flask-Migrate-2.1.1/tests/test_migrate_flaskcli.py", line 67, in test_custom_directory
    self.assertTrue(s == 0)
AssertionError: False is not true

======================================================================
FAIL: test_migrate_upgrade (tests.test_migrate_flaskcli.TestMigrate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/flask-migrate-2.1.1/work/Flask-Migrate-2.1.1/tests/test_migrate_flaskcli.py", line 55, in test_migrate_upgrade
    self.assertTrue(s == 0)
AssertionError: False is not true

======================================================================
FAIL: test_multidb_migrate_upgrade (tests.test_multidb_migrate_flaskcli.TestMigrate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/flask-migrate-2.1.1/work/Flask-Migrate-2.1.1/tests/test_multidb_migrate_flaskcli.py", line 44, in test_multidb_migrate_upgrade
    self.assertTrue(s == 0)
AssertionError: False is not true

----------------------------------------------------------------------
Ran 10 tests in 19.490s

FAILED (failures=4)
 * ERROR: dev-python/flask-migrate-2.1.1::gentoo failed (test phase):
 *   Testing failed with python2.7
Comment 1 Larry the Git Cow gentoo-dev 2017-12-19 14:27:43 UTC
The bug has been closed via the following commit(s):

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

commit 09a99ef064cca02c7d2d0770d35ae34fdd455dd8
Author:     Aaron W. Swenson <titanofold@gentoo.org>
AuthorDate: 2017-12-19 14:24:52 +0000
Commit:     Aaron W. Swenson <titanofold@gentoo.org>
CommitDate: 2017-12-19 14:27:07 +0000

    dev-python/flask-migrate: Fix 2.1.1 tests and deps
    
    dev-python/nose no longer used for tests. esetup.py used instead.
    
    dev-python/flask-script only needed for tests.
    
    Closes: https://bugs.gentoo.org/641714
    Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-python/flask-migrate/flask-migrate-2.1.1.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)