Package Details: python-jupyter_telemetry 0.1.0-3

Git Clone URL: https://aur.archlinux.org/python-jupyter_telemetry.git (read-only, click to copy)
Package Base: python-jupyter_telemetry
Description: Configurable event-logging for Jupyter applications and extensions
Upstream URL: https://github.com/jupyter/telemetry
Licenses: BSD-3-Clause
Submitter: bcb
Maintainer: bcb
Last Packager: bcb
Votes: 0
Popularity: 0.000000
First Submitted: 2019-10-02 07:03 (UTC)
Last Updated: 2024-06-29 13:00 (UTC)

Latest Comments

bcb commented on 2024-06-29 13:00 (UTC)

@alhirzel - this was an incompatibility in the unit tests with Python 3.12. I have applied a patch from a pull request which fixed it.

Note that JupyterHub 5.0.0 has switched to using python-jupyter-events instead, and that the Jupyter project considers this package deprecated and the source repository will be archived in the near future. This package is not recommended for new setups.

alhirzel commented on 2024-04-30 09:37 (UTC)

I am getting a build failure in check():

============================================================================================== short test summary info ==============================================================================================
FAILED tests/test_register_schema.py::test_record_event - AssertionError: assert {'__metadata_...: 'blah', ...} == {'__metadata_...hing': 'blah'}
FAILED tests/test_register_schema.py::test_unique_logger_instances - AssertionError: assert {'__metadata_...: 'blah', ...} == {'__metadata_...hing': 'blah'}
===================================================================================== 2 failed, 12 passed, 4 warnings in 0.18s ======================================================================================

Any ideas for what might be wrong?