Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 645726 - dev-python/webassets-0.12 fails test: E AssertionError: assert ;; == foo;bar;
Summary: dev-python/webassets-0.12 fails test: E AssertionError: assert ;; == foo;bar;
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: PMASKED, TESTFAILURE
Depends on:
Blocks:
 
Reported: 2018-01-25 16:18 UTC by Toralf Förster
Modified: 2022-12-20 15:07 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.38 KB, text/plain)
2018-01-25 16:18 UTC, Toralf Förster
Details
dev-python:webassets-0.12:20180125-091556.log (dev-python:webassets-0.12:20180125-091556.log,45.27 KB, text/plain)
2018-01-25 16:19 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,253.55 KB, text/plain)
2018-01-25 16:19 UTC, Toralf Förster
Details
environment (environment,105.17 KB, text/plain)
2018-01-25 16:19 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,22.65 KB, application/x-bzip)
2018-01-25 16:19 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,30.11 KB, application/x-bzip)
2018-01-25 16:19 UTC, Toralf Förster
Details
tests.tbz2 (tests.tbz2,32.98 KB, application/x-bzip)
2018-01-25 16:19 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-01-25 16:18:56 UTC
        self.BundleClass.urls_to_fake = ['foo', 'bar']
>       assert self.render_template('"file1" "file2" "file3"') == 'foo;bar;'
E       AssertionError: assert ';;' == 'foo;bar;'
E         - ;;
E         + foo;bar;


  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_test_20180117-212411

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)
  [4]   pypy3 (fallback)

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.6.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv dev-python/webassets
[ebuild  N    ] dev-python/webassets-0.12  USE="{-test}" PYTHON_TARGETS="python2_7 python3_5 -python3_4"
Comment 1 Toralf Förster gentoo-dev 2018-01-25 16:18:59 UTC
Created attachment 516634 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-01-25 16:19:02 UTC
Created attachment 516636 [details]
dev-python:webassets-0.12:20180125-091556.log
Comment 3 Toralf Förster gentoo-dev 2018-01-25 16:19:05 UTC
Created attachment 516638 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-01-25 16:19:08 UTC
Created attachment 516640 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-01-25 16:19:11 UTC
Created attachment 516642 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-01-25 16:19:14 UTC
Created attachment 516644 [details]
temp.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-01-25 16:19:17 UTC
Created attachment 516646 [details]
tests.tbz2
Comment 8 David Denoncin 2020-08-04 20:27:39 UTC
Is this still happening? Tests pass fine on amd64 and in-tree ebuild is marked stable.
Comment 9 Agostino Sarubbo gentoo-dev 2022-02-13 09:52:05 UTC
Update summary. [something] is used when something refers to an overlay
Comment 10 Larry the Git Cow gentoo-dev 2022-12-20 15:07:21 UTC
The bug has been closed via the following commit(s):

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

commit 35c496ce213cb2c43c9621b060a58c2e8dcc7036
Author:     Jakov Smolić <jsmolic@gentoo.org>
AuthorDate: 2022-12-20 14:33:32 +0000
Commit:     Jakov Smolić <jsmolic@gentoo.org>
CommitDate: 2022-12-20 15:06:14 +0000

    dev-python/webassets: treeclean
    
    Closes: https://bugs.gentoo.org/812380
    Closes: https://bugs.gentoo.org/645726
    Closes: https://bugs.gentoo.org/743971
    Closes: https://bugs.gentoo.org/846482
    Closes: https://bugs.gentoo.org/845906
    Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>

 dev-python/webassets/Manifest                      |  1 -
 .../webassets/files/webassets-2.0-python39.patch   | 23 -----------
 dev-python/webassets/metadata.xml                  | 12 ------
 dev-python/webassets/webassets-2.0.ebuild          | 46 ----------------------
 profiles/package.mask                              |  1 -
 5 files changed, 83 deletions(-)