Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 12, 2021 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-rmcgibbo/4f9787cc335ab77b1e6c8e6ff5c8aedd to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/4f9787cc335ab77b1e6c8e6ff5c8aedd to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: a minute | https://github.com/NixOS/nixpkgs/pull/116082
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
Sourcing setuptools-check-hook
Using setuptoolsCheckPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/ich7970lg0dcx2l2s31jaxj55hl5yw7m-pygal-2.4.0.tar.gz
source root is pygal-2.4.0
setting SOURCE_DATE_EPOCH to timestamp 1499246559 of file pygal-2.4.0/setup.cfg
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
applying patch /nix/store/jr2aimg600gcj0zrc8wnp7jj4r53pph5-19e5399be18a054b3b293f4a8a2777d2df4f9c18.patch
patching file pygal/test/conftest.py
Hunk #1 succeeded at 50 with fuzz 2 (offset 2 lines).
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Executing setuptoolsBuildPhase
/nix/store/jhac19hl1qq3qgrna4y06v1kyngszlvb-python3-3.8.8/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'test_requires'
warnings.warn(msg)
running bdist_wheel
The [wheel] section is deprecated. Use [bdist_wheel] instead.
running build
running build_py
creating build
creating build/lib
creating build/lib/pygal
copying pygal/stats.py -> build/lib/pygal
copying pygal/adapters.py -> build/lib/pygal
copying pygal/interpolate.py -> build/lib/pygal
copying pygal/__about__.py -> build/lib/pygal
copying pygal/_compat.py -> build/lib/pygal
copying pygal/svg.py -> build/lib/pygal
copying pygal/serie.py -> build/lib/pygal
copying pygal/__init__.py -> build/lib/pygal
copying pygal/view.py -> build/lib/pygal
copying pygal/style.py -> build/lib/pygal
copying pygal/formatters.py -> build/lib/pygal
copying pygal/colors.py -> build/lib/pygal
copying pygal/etree.py -> build/lib/pygal
copying pygal/state.py -> build/lib/pygal
copying pygal/util.py -> build/lib/pygal
copying pygal/table.py -> build/lib/pygal
copying pygal/config.py -> build/lib/pygal
creating build/lib/pygal/test
copying pygal/test/test_box.py -> build/lib/pygal/test
copying pygal/test/test_bar.py -> build/lib/pygal/test
copying pygal/test/test_config.py -> build/lib/pygal/test
copying pygal/test/test_view.py -> build/lib/pygal/test
copying pygal/test/test_table.py -> build/lib/pygal/test
copying pygal/test/test_histogram.py -> build/lib/pygal/test
copying pygal/test/test_date.py -> build/lib/pygal/test
copying pygal/test/utils.py -> build/lib/pygal/test
copying pygal/test/test_line.py -> build/lib/pygal/test
copying pygal/test/test_maps.py -> build/lib/pygal/test
copying pygal/test/__init__.py -> build/lib/pygal/test
copying pygal/test/test_line_log_none_max_solved.py -> build/lib/pygal/test
copying pygal/test/test_stacked.py -> build/lib/pygal/test
copying pygal/test/test_util.py -> build/lib/pygal/test
copying pygal/test/test_graph.py -> build/lib/pygal/test
copying pygal/test/test_interpolate.py -> build/lib/pygal/test
copying pygal/test/test_colors.py -> build/lib/pygal/test
copying pygal/test/conftest.py -> build/lib/pygal/test
copying pygal/test/test_serie_config.py -> build/lib/pygal/test
copying pygal/test/test_formatters.py -> build/lib/pygal/test
copying pygal/test/test_xml_filters.py -> build/lib/pygal/test
copying pygal/test/test_pie.py -> build/lib/pygal/test
copying pygal/test/test_sparktext.py -> build/lib/pygal/test
copying pygal/test/test_style.py -> build/lib/pygal/test
creating build/lib/pygal/maps
copying pygal/maps/__init__.py -> build/lib/pygal/maps
creating build/lib/pygal/graph
copying pygal/graph/stackedbar.py -> build/lib/pygal/graph
copying pygal/graph/time.py -> build/lib/pygal/graph
copying pygal/graph/stackedline.py -> build/lib/pygal/graph
copying pygal/graph/xy.py -> build/lib/pygal/graph
copying pygal/graph/pie.py -> build/lib/pygal/graph
copying pygal/graph/dual.py -> build/lib/pygal/graph
copying pygal/graph/bar.py -> build/lib/pygal/graph
copying pygal/graph/map.py -> build/lib/pygal/graph
copying pygal/graph/box.py -> build/lib/pygal/graph
copying pygal/graph/treemap.py -> build/lib/pygal/graph
copying pygal/graph/public.py -> build/lib/pygal/graph
copying pygal/graph/gauge.py -> build/lib/pygal/graph
copying pygal/graph/__init__.py -> build/lib/pygal/graph
copying pygal/graph/radar.py -> build/lib/pygal/graph
copying pygal/graph/horizontalstackedline.py -> build/lib/pygal/graph
copying pygal/graph/histogram.py -> build/lib/pygal/graph
copying pygal/graph/dot.py -> build/lib/pygal/graph
copying pygal/graph/horizontalline.py -> build/lib/pygal/graph
copying pygal/graph/pyramid.py -> build/lib/pygal/graph
copying pygal/graph/funnel.py -> build/lib/pygal/graph
copying pygal/graph/base.py -> build/lib/pygal/graph
copying pygal/graph/horizontalstackedbar.py -> build/lib/pygal/graph
copying pygal/graph/horizontalbar.py -> build/lib/pygal/graph
copying pygal/graph/graph.py -> build/lib/pygal/graph
copying pygal/graph/horizontal.py -> build/lib/pygal/graph
copying pygal/graph/solidgauge.py -> build/lib/pygal/graph
copying pygal/graph/line.py -> build/lib/pygal/graph
creating build/lib/pygal/css
copying pygal/css/style.css -> build/lib/pygal/css
copying pygal/css/graph.css -> build/lib/pygal/css
copying pygal/css/base.css -> build/lib/pygal/css
running build_scripts
creating build/scripts-3.8
copying and adjusting pygal_gen.py -> build/scripts-3.8
changing mode of build/scripts-3.8/pygal_gen.py from 644 to 755
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64
creating build/bdist.linux-aarch64/wheel
creating build/bdist.linux-aarch64/wheel/pygal
copying build/lib/pygal/stats.py -> build/bdist.linux-aarch64/wheel/pygal
creating build/bdist.linux-aarch64/wheel/pygal/test
copying build/lib/pygal/test/test_box.py -> build/bdist.linux-aarch64/wheel/pygal/test
copying build/lib/pygal/test/test_bar.py -> build/bdist.linux-aarch64/wheel/pygal/test
copying build/lib/pygal/test/test_config.py -> build/bdist.linux-aarch64/wheel/pygal/test
copying build/lib/pygal/test/test_view.py -> build/bdist.linux-aarch64/wheel/pygal/test
copying build/lib/pygal/test/test_table.py -> build/bdist.linux-aarch64/wheel/pygal/test
copying build/lib/pygal/test/test_histogram.py -> build/bdist.linux-aarch64/wheel/pygal/test
copying build/lib/pygal/test/test_date.py -> build/bdist.linux-aarch64/wheel/pygal/test
copying build/lib/pygal/test/utils.py -> build/bdist.linux-aarch64/wheel/pygal/test
copying build/lib/pygal/test/test_line.py -> build/bdist.linux-aarch64/wheel/pygal/test
copying build/lib/pygal/test/test_maps.py -> build/bdist.linux-aarch64/wheel/pygal/test
copying build/lib/pygal/test/__init__.py -> build/bdist.linux-aarch64/wheel/pygal/test
copying build/lib/pygal/test/test_line_log_none_max_solved.py -> build/bdist.linux-aarch64/wheel/pygal/test
copying build/lib/pygal/test/test_stacked.py -> build/bdist.linux-aarch64/wheel/pygal/test
copying build/lib/pygal/test/test_util.py -> build/bdist.linux-aarch64/wheel/pygal/test
copying build/lib/pygal/test/test_graph.py -> build/bdist.linux-aarch64/wheel/pygal/test
copying build/lib/pygal/test/test_interpolate.py -> build/bdist.linux-aarch64/wheel/pygal/test
copying build/lib/pygal/test/test_colors.py -> build/bdist.linux-aarch64/wheel/pygal/test
copying build/lib/pygal/test/conftest.py -> build/bdist.linux-aarch64/wheel/pygal/test
copying build/lib/pygal/test/test_serie_config.py -> build/bdist.linux-aarch64/wheel/pygal/test
copying build/lib/pygal/test/test_formatters.py -> build/bdist.linux-aarch64/wheel/pygal/test
copying build/lib/pygal/test/test_xml_filters.py -> build/bdist.linux-aarch64/wheel/pygal/test
copying build/lib/pygal/test/test_pie.py -> build/bdist.linux-aarch64/wheel/pygal/test
copying build/lib/pygal/test/test_sparktext.py -> build/bdist.linux-aarch64/wheel/pygal/test
copying build/lib/pygal/test/test_style.py -> build/bdist.linux-aarch64/wheel/pygal/test
copying build/lib/pygal/adapters.py -> build/bdist.linux-aarch64/wheel/pygal
creating build/bdist.linux-aarch64/wheel/pygal/maps
copying build/lib/pygal/maps/__init__.py -> build/bdist.linux-aarch64/wheel/pygal/maps
copying build/lib/pygal/interpolate.py -> build/bdist.linux-aarch64/wheel/pygal
copying build/lib/pygal/__about__.py -> build/bdist.linux-aarch64/wheel/pygal
copying build/lib/pygal/_compat.py -> build/bdist.linux-aarch64/wheel/pygal
copying build/lib/pygal/svg.py -> build/bdist.linux-aarch64/wheel/pygal
copying build/lib/pygal/serie.py -> build/bdist.linux-aarch64/wheel/pygal
copying build/lib/pygal/__init__.py -> build/bdist.linux-aarch64/wheel/pygal
copying build/lib/pygal/view.py -> build/bdist.linux-aarch64/wheel/pygal
copying build/lib/pygal/style.py -> build/bdist.linux-aarch64/wheel/pygal
creating build/bdist.linux-aarch64/wheel/pygal/css
copying build/lib/pygal/css/style.css -> build/bdist.linux-aarch64/wheel/pygal/css
copying build/lib/pygal/css/graph.css -> build/bdist.linux-aarch64/wheel/pygal/css
copying build/lib/pygal/css/base.css -> build/bdist.linux-aarch64/wheel/pygal/css
copying build/lib/pygal/formatters.py -> build/bdist.linux-aarch64/wheel/pygal
copying build/lib/pygal/colors.py -> build/bdist.linux-aarch64/wheel/pygal
copying build/lib/pygal/etree.py -> build/bdist.linux-aarch64/wheel/pygal
creating build/bdist.linux-aarch64/wheel/pygal/graph
copying build/lib/pygal/graph/stackedbar.py -> build/bdist.linux-aarch64/wheel/pygal/graph
copying build/lib/pygal/graph/time.py -> build/bdist.linux-aarch64/wheel/pygal/graph
copying build/lib/pygal/graph/stackedline.py -> build/bdist.linux-aarch64/wheel/pygal/graph
copying build/lib/pygal/graph/xy.py -> build/bdist.linux-aarch64/wheel/pygal/graph
copying build/lib/pygal/graph/pie.py -> build/bdist.linux-aarch64/wheel/pygal/graph
copying build/lib/pygal/graph/dual.py -> build/bdist.linux-aarch64/wheel/pygal/graph
copying build/lib/pygal/graph/bar.py -> build/bdist.linux-aarch64/wheel/pygal/graph
copying build/lib/pygal/graph/map.py -> build/bdist.linux-aarch64/wheel/pygal/graph
copying build/lib/pygal/graph/box.py -> build/bdist.linux-aarch64/wheel/pygal/graph
copying build/lib/pygal/graph/treemap.py -> build/bdist.linux-aarch64/wheel/pygal/graph
copying build/lib/pygal/graph/public.py -> build/bdist.linux-aarch64/wheel/pygal/graph
copying build/lib/pygal/graph/gauge.py -> build/bdist.linux-aarch64/wheel/pygal/graph
copying build/lib/pygal/graph/__init__.py -> build/bdist.linux-aarch64/wheel/pygal/graph
copying build/lib/pygal/graph/radar.py -> build/bdist.linux-aarch64/wheel/pygal/graph
copying build/lib/pygal/graph/horizontalstackedline.py -> build/bdist.linux-aarch64/wheel/pygal/graph
copying build/lib/pygal/graph/histogram.py -> build/bdist.linux-aarch64/wheel/pygal/graph
copying build/lib/pygal/graph/dot.py -> build/bdist.linux-aarch64/wheel/pygal/graph
copying build/lib/pygal/graph/horizontalline.py -> build/bdist.linux-aarch64/wheel/pygal/graph
copying build/lib/pygal/graph/pyramid.py -> build/bdist.linux-aarch64/wheel/pygal/graph
copying build/lib/pygal/graph/funnel.py -> build/bdist.linux-aarch64/wheel/pygal/graph
copying build/lib/pygal/graph/base.py -> build/bdist.linux-aarch64/wheel/pygal/graph
copying build/lib/pygal/graph/horizontalstackedbar.py -> build/bdist.linux-aarch64/wheel/pygal/graph
copying build/lib/pygal/graph/horizontalbar.py -> build/bdist.linux-aarch64/wheel/pygal/graph
copying build/lib/pygal/graph/graph.py -> build/bdist.linux-aarch64/wheel/pygal/graph
copying build/lib/pygal/graph/horizontal.py -> build/bdist.linux-aarch64/wheel/pygal/graph
copying build/lib/pygal/graph/solidgauge.py -> build/bdist.linux-aarch64/wheel/pygal/graph
copying build/lib/pygal/graph/line.py -> build/bdist.linux-aarch64/wheel/pygal/graph
copying build/lib/pygal/state.py -> build/bdist.linux-aarch64/wheel/pygal
copying build/lib/pygal/util.py -> build/bdist.linux-aarch64/wheel/pygal
copying build/lib/pygal/table.py -> build/bdist.linux-aarch64/wheel/pygal
copying build/lib/pygal/config.py -> build/bdist.linux-aarch64/wheel/pygal
running install_egg_info
running egg_info
writing pygal.egg-info/PKG-INFO
writing dependency_links to pygal.egg-info/dependency_links.txt
writing requirements to pygal.egg-info/requires.txt
writing top-level names to pygal.egg-info/top_level.txt
reading manifest file 'pygal.egg-info/SOURCES.txt'
writing manifest file 'pygal.egg-info/SOURCES.txt'
Copying pygal.egg-info to build/bdist.linux-aarch64/wheel/pygal-2.4.0-py3.8.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/pygal-2.4.0.data
creating build/bdist.linux-aarch64/wheel/pygal-2.4.0.data/scripts
copying build/scripts-3.8/pygal_gen.py -> build/bdist.linux-aarch64/wheel/pygal-2.4.0.data/scripts
changing mode of build/bdist.linux-aarch64/wheel/pygal-2.4.0.data/scripts/pygal_gen.py to 755
creating build/bdist.linux-aarch64/wheel/pygal-2.4.0.dist-info/WHEEL
creating 'dist/pygal-2.4.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'pygal/__about__.py'
adding 'pygal/__init__.py'
adding 'pygal/_compat.py'
adding 'pygal/adapters.py'
adding 'pygal/colors.py'
adding 'pygal/config.py'
adding 'pygal/etree.py'
adding 'pygal/formatters.py'
adding 'pygal/interpolate.py'
adding 'pygal/serie.py'
adding 'pygal/state.py'
adding 'pygal/stats.py'
adding 'pygal/style.py'
adding 'pygal/svg.py'
adding 'pygal/table.py'
adding 'pygal/util.py'
adding 'pygal/view.py'
adding 'pygal/css/base.css'
adding 'pygal/css/graph.css'
adding 'pygal/css/style.css'
adding 'pygal/graph/__init__.py'
adding 'pygal/graph/bar.py'
adding 'pygal/graph/base.py'
adding 'pygal/graph/box.py'
adding 'pygal/graph/dot.py'
adding 'pygal/graph/dual.py'
adding 'pygal/graph/funnel.py'
adding 'pygal/graph/gauge.py'
adding 'pygal/graph/graph.py'
adding 'pygal/graph/histogram.py'
adding 'pygal/graph/horizontal.py'
adding 'pygal/graph/horizontalbar.py'
adding 'pygal/graph/horizontalline.py'
adding 'pygal/graph/horizontalstackedbar.py'
adding 'pygal/graph/horizontalstackedline.py'
adding 'pygal/graph/line.py'
adding 'pygal/graph/map.py'
adding 'pygal/graph/pie.py'
adding 'pygal/graph/public.py'
adding 'pygal/graph/pyramid.py'
adding 'pygal/graph/radar.py'
adding 'pygal/graph/solidgauge.py'
adding 'pygal/graph/stackedbar.py'
adding 'pygal/graph/stackedline.py'
adding 'pygal/graph/time.py'
adding 'pygal/graph/treemap.py'
adding 'pygal/graph/xy.py'
adding 'pygal/maps/__init__.py'
adding 'pygal/test/__init__.py'
adding 'pygal/test/conftest.py'
adding 'pygal/test/test_bar.py'
adding 'pygal/test/test_box.py'
adding 'pygal/test/test_colors.py'
adding 'pygal/test/test_config.py'
adding 'pygal/test/test_date.py'
adding 'pygal/test/test_formatters.py'
adding 'pygal/test/test_graph.py'
adding 'pygal/test/test_histogram.py'
adding 'pygal/test/test_interpolate.py'
adding 'pygal/test/test_line.py'
adding 'pygal/test/test_line_log_none_max_solved.py'
adding 'pygal/test/test_maps.py'
adding 'pygal/test/test_pie.py'
adding 'pygal/test/test_serie_config.py'
adding 'pygal/test/test_sparktext.py'
adding 'pygal/test/test_stacked.py'
adding 'pygal/test/test_style.py'
adding 'pygal/test/test_table.py'
adding 'pygal/test/test_util.py'
adding 'pygal/test/test_view.py'
adding 'pygal/test/test_xml_filters.py'
adding 'pygal/test/utils.py'
adding 'pygal-2.4.0.data/scripts/pygal_gen.py'
adding 'pygal-2.4.0.dist-info/METADATA'
adding 'pygal-2.4.0.dist-info/WHEEL'
adding 'pygal-2.4.0.dist-info/top_level.txt'
adding 'pygal-2.4.0.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "glibPreInstallPhase" }
glibPreInstallPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/pygal-2.4.0/dist /build/pygal-2.4.0
Processing ./pygal-2.4.0-py2.py3-none-any.whl
Installing collected packages: pygal
Successfully installed pygal-2.4.0
/build/pygal-2.4.0
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "glibPreFixupPhase" }
glibPreFixupPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/i9g4p7mcjjmrgnr1mihhkkxa8vdgb13i-python3.8-pygal-2.4.0
strip is /nix/store/f73f3xbwv4zafyms2gi3djfgb9h3791b-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/i9g4p7mcjjmrgnr1mihhkkxa8vdgb13i-python3.8-pygal-2.4.0/lib /nix/store/i9g4p7mcjjmrgnr1mihhkkxa8vdgb13i-python3.8-pygal-2.4.0/bin
patching script interpreter paths in /nix/store/i9g4p7mcjjmrgnr1mihhkkxa8vdgb13i-python3.8-pygal-2.4.0
checking for references to /build/ in /nix/store/i9g4p7mcjjmrgnr1mihhkkxa8vdgb13i-python3.8-pygal-2.4.0...
Rewriting #!/nix/store/jhac19hl1qq3qgrna4y06v1kyngszlvb-python3-3.8.8/bin/python3.8 to #!/nix/store/jhac19hl1qq3qgrna4y06v1kyngszlvb-python3-3.8.8
wrapping `/nix/store/i9g4p7mcjjmrgnr1mihhkkxa8vdgb13i-python3.8-pygal-2.4.0/bin/pygal_gen.py'...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "installCheckPhase" }
running install tests
no Makefile or custom installCheckPhase, doing nothing
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
pythonCatchConflictsPhase
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
@nix { "action": "setPhase", "phase": "setuptoolsCheckPhase" }
setuptoolsCheckPhase
Executing setuptoolsCheckPhase
/nix/store/jhac19hl1qq3qgrna4y06v1kyngszlvb-python3-3.8.8/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'test_requires'
warnings.warn(msg)
running test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
running egg_info
writing pygal.egg-info/PKG-INFO
writing dependency_links to pygal.egg-info/dependency_links.txt
writing requirements to pygal.egg-info/requires.txt
writing top-level names to pygal.egg-info/top_level.txt
reading manifest file 'pygal.egg-info/SOURCES.txt'
writing manifest file 'pygal.egg-info/SOURCES.txt'
running build_ext
============================= test session starts ==============================
platform linux -- Python 3.8.8, pytest-6.1.2, py-1.9.0, pluggy-0.13.1
rootdir: /build/pygal-2.4.0, configfile: setup.cfg
collecting ...
collecting 966 items
collecting 4414 items
collected 4414 items
build/lib/pygal/test/test_bar.py .. [ 0%]
build/lib/pygal/test/test_box.py .......... [ 0%]
build/lib/pygal/test/test_colors.py .................................... [ 1%]
...................................................... [ 2%]
build/lib/pygal/test/test_config.py .................................... [ 3%]
........................................................................ [ 4%]
........................................................................ [ 6%]
........................................................................ [ 8%]
........................................................................ [ 9%]
........................................................................ [ 11%]
........................................................................ [ 12%]
........................................................................ [ 14%]
........................................................................ [ 16%]
........................................................................ [ 17%]
........................................................................ [ 19%]
........................................................................ [ 21%]
................ [ 21%]
build/lib/pygal/test/test_date.py .............. [ 21%]
build/lib/pygal/test/test_formatters.py ...... [ 21%]
build/lib/pygal/test/test_graph.py ..................................... [ 22%]
........................................................................ [ 24%]
........................................................................ [ 25%]
........................................................................ [ 27%]
........................................................................ [ 29%]
........................................................................ [ 30%]
........................................................................ [ 32%]
........................................................................ [ 34%]
........................................................................ [ 35%]
........................................................................ [ 37%]
........................................................................ [ 39%]
........................................................................ [ 40%]
........................................................................ [ 42%]
........................................................................ [ 43%]
........................................................................ [ 45%]
........................................................................ [ 47%]
........................................................................ [ 48%]
........................................................................ [ 50%]
........................................................................ [ 52%]
........................................................................ [ 53%]
........................................................................ [ 55%]
........................................................................ [ 56%]
........................................................................ [ 58%]
........................................................................ [ 60%]
........................................................................ [ 61%]
........................................................................ [ 63%]
................................... [ 64%]
build/lib/pygal/test/test_histogram.py .. [ 64%]
build/lib/pygal/test/test_interpolate.py ............................... [ 65%]
........................................................................ [ 66%]
........................................................................ [ 68%]
........................................................................ [ 69%]
........................................................................ [ 71%]
........................................................................ [ 73%]
........................................................................ [ 74%]
........................................................................ [ 76%]
........................................................................ [ 78%]
........................................................................ [ 79%]
........................................................................ [ 81%]
........................................................................ [ 82%]
........................................................................ [ 84%]
........................................................................ [ 86%]
........................................................................ [ 87%]
........................................................................ [ 89%]
........................................................................ [ 91%]
........................................................................ [ 92%]
........................................................................ [ 94%]
........................................................................ [ 96%]
......................................... [ 96%]
build/lib/pygal/test/test_line.py ........................ [ 97%]
build/lib/pygal/test/test_pie.py ...... [ 97%]
build/lib/pygal/test/test_serie_config.py ........ [ 97%]
build/lib/pygal/test/test_sparktext.py .............. [ 98%]
build/lib/pygal/test/test_stacked.py ........ [ 98%]
build/lib/pygal/test/test_style.py .... [ 98%]
build/lib/pygal/test/test_table.py .. [ 98%]
build/lib/pygal/test/test_util.py ................ [ 98%]
build/lib/pygal/test/test_view.py ...................................... [ 99%]
.......... [ 99%]
build/lib/pygal/test/test_xml_filters.py .... [100%]
=============================== warnings summary ===============================
build/lib/pygal/_compat.py:23
/build/pygal-2.4.0/build/lib/pygal/_compat.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working
from collections import Iterable
build/lib/pygal/util.py:286
/build/pygal-2.4.0/build/lib/pygal/util.py:286: DeprecationWarning: invalid escape sequence \*
if css_comment[-3:] == '\*/':
../../nix/store/827viy7fh078ah9c9ls3vg5rx2rhn157-python3.8-pytest-6.1.2/lib/python3.8/site-packages/_pytest/config/__init__.py:1230
/nix/store/827viy7fh078ah9c9ls3vg5rx2rhn157-python3.8-pytest-6.1.2/lib/python3.8/site-packages/_pytest/config/__init__.py:1230: PytestConfigWarning: Unknown config option: flake8-ignore
self._warn_or_fail_if_strict("Unknown config option: {}\n".format(key))
../../nix/store/1nnxvhm51faghjgzdwrb20p3ffqlcgkq-python3.8-pyquery-1.4.3/lib/python3.8/site-packages/pyquery/pyquery.py:50: 15 warnings
/nix/store/1nnxvhm51faghjgzdwrb20p3ffqlcgkq-python3.8-pyquery-1.4.3/lib/python3.8/site-packages/pyquery/pyquery.py:50: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()
name, inspect.getargspec(func).defaults)
build/lib/pygal/test/test_graph.py:295
/build/pygal-2.4.0/build/lib/pygal/test/test_graph.py:295: DeprecationWarning: invalid escape sequence \}
'label': u('{\}°ijæð©&×&<—×€¿_…\{_…')
build/lib/pygal/test/test_graph.py:319
/build/pygal-2.4.0/build/lib/pygal/test/test_graph.py:319: DeprecationWarning: invalid escape sequence \}
'label': eval("u'{\}°ijæð©&×&<—×€¿_…\{_…'")
build/lib/pygal/test/test_graph.py:343
/build/pygal-2.4.0/build/lib/pygal/test/test_graph.py:343: DeprecationWarning: invalid escape sequence \}
'label': eval("'{\}°ijæð©&×&<—×€¿_…\{_…'")
build/lib/pygal/test/test_graph.py: 48 warnings
<string>:1: DeprecationWarning: invalid escape sequence \}
-- Docs: https://docs.pytest.org/en/stable/warnings.html
================= 4414 passed, 69 warnings in 76.37s (0:01:16) =================
Finished executing setuptoolsCheckPhase
@nix { "action": "setPhase", "phase": "pytestcachePhase" }
pytestcachePhase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment