python-tinycss2 fails to build

  • Done
  • quality assurance status badge
Details
2 participants
  • Marius Bakke
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 5 years ago
(address . bug-guix@gnu.org)
87wo34ycvv.fsf@rohleder.de
Hey guix,

I tried building weasyprint, but python-tinycss2 fails in (flake?)
tests:

...
starting phase `check'
============================= test session starts ==============================
platform linux -- Python 3.8.2, pytest-5.3.5, py-1.8.1, pluggy-0.13.1
rootdir: /tmp/guix-build-python-tinycss2-1.0.2.drv-0/tinycss2-1.0.2, inifile: setup.cfg
plugins: hypothesis-5.4.1, flake8-1.0.6, isort-0.3.1
collected 498 items

setup.py .. [ 0%]
tinycss2/__init__.py .. [ 0%]
tinycss2/ast.py .. [ 1%]
tinycss2/bytes.py .. [ 1%]
tinycss2/color3.py .. [ 2%]
tinycss2/nth.py .. [ 2%]
tinycss2/parser.py .. [ 2%]
tinycss2/serializer.py .. [ 3%]
tinycss2/test_tinycss2.py .............................................. [ 12%]
........................................................................ [ 26%]
........................................................................ [ 41%]
........................................................................ [ 55%]
........................................................................ [ 70%]
........................................................................ [ 84%]
...................................................................... [ 98%]
tinycss2/tokenizer.py .. [ 99%]
tinycss2/css-parsing-tests/make_color3_hsl.py .F [ 99%]
tinycss2/css-parsing-tests/make_color3_keywords.py .. [100%]

=================================== FAILURES ===================================
_________________________________ FLAKE8-check _________________________________
/tmp/guix-build-python-tinycss2-1.0.2.drv-0/tinycss2-1.0.2/tinycss2/css-parsing-tests/make_color3_hsl.py:19:9: E741 ambiguous variable name 'l'

------------------------------ Captured log call -------------------------------
WARNING flake8.options.manager:manager.py:207 option --max-complexity: please update from optparse string `type=` to argparse callable `type=` -- this will be an error in the future
======================== 1 failed, 497 passed in 2.63s =========================
command "pytest" failed with status 1
builder for `/gnu/store/29xnjbi81x88w5pc8rkj09ffcr62y0z5-python-tinycss2-1.0.2.drv' failed with exit code 1
build of /gnu/store/29xnjbi81x88w5pc8rkj09ffcr62y0z5-python-tinycss2-1.0.2.drv failed


--
If you are the smartest person in the room,
you are in the wrong room.
Marius Bakke wrote 5 years ago
87eepcbphi.fsf@gnu.org
Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (5 lines)
> Hey guix,
>
> I tried building weasyprint, but python-tinycss2 fails in (flake?)
> tests:

Fixed in 15076369062852c266bc697fc54b2ba157aceed0, thanks!
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl8PSzkACgkQoqBt8qM6
VPpRjAf9EHRuIo5SPa/6HRiehRi9rZqYDOoiRd7uJP5Rj+L7/+o8htE8W2w8bOFm
ikaXP2/NptwgA6U87uM8b9Az28/YYQ2fTySNgKUDrjXwDoFFgPCS4IreWFLTw++L
qyzzZI2TkvM2cifSnZK51fakeaAaPh+W1BsbGNHGgCBzWybfWlyB3gNKTCAOfw8/
I6/ELL8mi50vFSwsiUtyi8y9x7RonAXwM4BDuZQPo5AySG+IX+3j6VirjZZsygDD
jujE+mT8csRLBVwdw1Yj+dPfEpK/p0OlgB1mmeK//CJDIlkda3wNgKUO4ZoyPJ0C
hq+GMj9WqBXa2VxvEqTNo0qICP2EEA==
=W6Kt
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 42372@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 42372
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help