Skip to content

Instantly share code, notes, and snippets.

@lucc
Created January 22, 2024 14:01
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 lucc/ba081193674e35e46fa8ae3a9ac02e5f to your computer and use it in GitHub Desktop.
Save lucc/ba081193674e35e46fa8ae3a9ac02e5f to your computer and use it in GitHub Desktop.
nix log /nix/store/fsx9650663hnq0894zsq8bjdnzw1yqym-khal-0.11.2.drv
bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
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 pypa-install-hook
Using pypaInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing setuptools-check-hook
Using setuptoolsCheckPhase
Sourcing pytest-check-hook
Using pytestCheckPhase
Removing setuptoolsCheckPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
Running phase: unpackPhase
unpacking source archive /nix/store/92v0lb6jsycqckmg6hf2vspasmjlj32s-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tox.ini
@nix { "action": "setPhase", "phase": "patchPhase" }
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
Running phase: updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "configurePhase" }
Running phase: configurePhase
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
Running phase: buildPhase
Executing setuptoolsBuildPhase
Setting SETUPTOOLS_SCM_PRETEND_VERSION to 0.11.2
Including all tracked files automatically
/nix/store/7fnhc3nd125lq9vzw6bghsvbnmcc8mc1-python3.11-setuptools-69.0.2/lib/python3.11/site-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!
********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
********************************************************************************
!!
dist.fetch_build_eggs(dist.setup_requires)
WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section'
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/khal
copying khal/utils.py -> build/lib/khal
copying khal/__init__.py -> build/lib/khal
copying khal/controllers.py -> build/lib/khal
copying khal/calendar_display.py -> build/lib/khal
copying khal/configwizard.py -> build/lib/khal
copying khal/__main__.py -> build/lib/khal
copying khal/terminal.py -> build/lib/khal
copying khal/icalendar.py -> build/lib/khal
copying khal/custom_types.py -> build/lib/khal
copying khal/version.py -> build/lib/khal
copying khal/exceptions.py -> build/lib/khal
copying khal/parse_datetime.py -> build/lib/khal
copying khal/cli.py -> build/lib/khal
creating build/lib/khal/ui
copying khal/ui/__init__.py -> build/lib/khal/ui
copying khal/ui/base.py -> build/lib/khal/ui
copying khal/ui/calendarwidget.py -> build/lib/khal/ui
copying khal/ui/widgets.py -> build/lib/khal/ui
copying khal/ui/colors.py -> build/lib/khal/ui
copying khal/ui/editor.py -> build/lib/khal/ui
creating build/lib/khal/khalendar
copying khal/khalendar/__init__.py -> build/lib/khal/khalendar
copying khal/khalendar/backend.py -> build/lib/khal/khalendar
copying khal/khalendar/vdir.py -> build/lib/khal/khalendar
copying khal/khalendar/khalendar.py -> build/lib/khal/khalendar
copying khal/khalendar/exceptions.py -> build/lib/khal/khalendar
copying khal/khalendar/event.py -> build/lib/khal/khalendar
creating build/lib/khal/settings
copying khal/settings/utils.py -> build/lib/khal/settings
copying khal/settings/__init__.py -> build/lib/khal/settings
copying khal/settings/exceptions.py -> build/lib/khal/settings
copying khal/settings/settings.py -> build/lib/khal/settings
copying khal/settings/khal.spec -> build/lib/khal/settings
/nix/store/7fnhc3nd125lq9vzw6bghsvbnmcc8mc1-python3.11-setuptools-69.0.2/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/khal
copying build/lib/khal/utils.py -> build/bdist.linux-x86_64/wheel/khal
copying build/lib/khal/__init__.py -> build/bdist.linux-x86_64/wheel/khal
copying build/lib/khal/controllers.py -> build/bdist.linux-x86_64/wheel/khal
copying build/lib/khal/calendar_display.py -> build/bdist.linux-x86_64/wheel/khal
copying build/lib/khal/configwizard.py -> build/bdist.linux-x86_64/wheel/khal
copying build/lib/khal/__main__.py -> build/bdist.linux-x86_64/wheel/khal
creating build/bdist.linux-x86_64/wheel/khal/ui
copying build/lib/khal/ui/__init__.py -> build/bdist.linux-x86_64/wheel/khal/ui
copying build/lib/khal/ui/base.py -> build/bdist.linux-x86_64/wheel/khal/ui
copying build/lib/khal/ui/calendarwidget.py -> build/bdist.linux-x86_64/wheel/khal/ui
copying build/lib/khal/ui/widgets.py -> build/bdist.linux-x86_64/wheel/khal/ui
copying build/lib/khal/ui/colors.py -> build/bdist.linux-x86_64/wheel/khal/ui
copying build/lib/khal/ui/editor.py -> build/bdist.linux-x86_64/wheel/khal/ui
creating build/bdist.linux-x86_64/wheel/khal/settings
copying build/lib/khal/settings/utils.py -> build/bdist.linux-x86_64/wheel/khal/settings
copying build/lib/khal/settings/__init__.py -> build/bdist.linux-x86_64/wheel/khal/settings
copying build/lib/khal/settings/khal.spec -> build/bdist.linux-x86_64/wheel/khal/settings
copying build/lib/khal/settings/exceptions.py -> build/bdist.linux-x86_64/wheel/khal/settings
copying build/lib/khal/settings/settings.py -> build/bdist.linux-x86_64/wheel/khal/settings
copying build/lib/khal/terminal.py -> build/bdist.linux-x86_64/wheel/khal
copying build/lib/khal/icalendar.py -> build/bdist.linux-x86_64/wheel/khal
copying build/lib/khal/custom_types.py -> build/bdist.linux-x86_64/wheel/khal
creating build/bdist.linux-x86_64/wheel/khal/khalendar
copying build/lib/khal/khalendar/__init__.py -> build/bdist.linux-x86_64/wheel/khal/khalendar
copying build/lib/khal/khalendar/backend.py -> build/bdist.linux-x86_64/wheel/khal/khalendar
copying build/lib/khal/khalendar/vdir.py -> build/bdist.linux-x86_64/wheel/khal/khalendar
copying build/lib/khal/khalendar/khalendar.py -> build/bdist.linux-x86_64/wheel/khal/khalendar
copying build/lib/khal/khalendar/exceptions.py -> build/bdist.linux-x86_64/wheel/khal/khalendar
copying build/lib/khal/khalendar/event.py -> build/bdist.linux-x86_64/wheel/khal/khalendar
copying build/lib/khal/version.py -> build/bdist.linux-x86_64/wheel/khal
copying build/lib/khal/exceptions.py -> build/bdist.linux-x86_64/wheel/khal
copying build/lib/khal/parse_datetime.py -> build/bdist.linux-x86_64/wheel/khal
copying build/lib/khal/cli.py -> build/bdist.linux-x86_64/wheel/khal
running install_egg_info
running egg_info
creating khal.egg-info
writing khal.egg-info/PKG-INFO
writing dependency_links to khal.egg-info/dependency_links.txt
writing entry points to khal.egg-info/entry_points.txt
writing requirements to khal.egg-info/requires.txt
writing top-level names to khal.egg-info/top_level.txt
writing manifest file 'khal.egg-info/SOURCES.txt'
reading manifest file 'khal.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'CONTRIBUTING.txt'
adding license file 'COPYING'
adding license file 'AUTHORS.txt'
writing manifest file 'khal.egg-info/SOURCES.txt'
Copying khal.egg-info to build/bdist.linux-x86_64/wheel/khal-0.11.2-py3.11.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/khal-0.11.2.dist-info/WHEEL
creating 'dist/khal-0.11.2-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'khal/__init__.py'
adding 'khal/__main__.py'
adding 'khal/calendar_display.py'
adding 'khal/cli.py'
adding 'khal/configwizard.py'
adding 'khal/controllers.py'
adding 'khal/custom_types.py'
adding 'khal/exceptions.py'
adding 'khal/icalendar.py'
adding 'khal/parse_datetime.py'
adding 'khal/terminal.py'
adding 'khal/utils.py'
adding 'khal/version.py'
adding 'khal/khalendar/__init__.py'
adding 'khal/khalendar/backend.py'
adding 'khal/khalendar/event.py'
adding 'khal/khalendar/exceptions.py'
adding 'khal/khalendar/khalendar.py'
adding 'khal/khalendar/vdir.py'
adding 'khal/settings/__init__.py'
adding 'khal/settings/exceptions.py'
adding 'khal/settings/khal.spec'
adding 'khal/settings/settings.py'
adding 'khal/settings/utils.py'
adding 'khal/ui/__init__.py'
adding 'khal/ui/base.py'
adding 'khal/ui/calendarwidget.py'
adding 'khal/ui/colors.py'
adding 'khal/ui/editor.py'
adding 'khal/ui/widgets.py'
adding 'khal-0.11.2.dist-info/AUTHORS.txt'
adding 'khal-0.11.2.dist-info/COPYING'
adding 'khal-0.11.2.dist-info/METADATA'
adding 'khal-0.11.2.dist-info/WHEEL'
adding 'khal-0.11.2.dist-info/entry_points.txt'
adding 'khal-0.11.2.dist-info/top_level.txt'
adding 'khal-0.11.2.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
Running phase: installPhase
Executing pypaInstallPhase
Successfully installed khal-0.11.2-py3-none-any.whl
make: Entering directory '/build/source/doc'
sphinx-build -b man -d build/doctrees source build/man
Running Sphinx v7.2.6
making output directory... done
WARNING: The pre-Sphinx 1.0 'intersphinx_mapping' format is deprecated and will be removed in Sphinx 8. Update to the current format as described in the documentation. Hint: "intersphinx_mapping = {'<name>': ('http://docs.python.org/', None)}".https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#confval-intersphinx_mapping
loading intersphinx inventory from http://docs.python.org/objects.inv...
WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory 'http://docs.python.org/objects.inv' not fetchable due to <class 'requests.exceptions.ConnectionError'>: HTTPConnectionPool(host='docs.python.org', port=80): Max retries exceeded with url: /objects.inv (Caused by NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7fffe76203d0>: Failed to resolve 'docs.python.org' ([Errno -3] Temporary failure in name resolution)"))
building [mo]: targets for 0 po files that are out of date
writing output... 
building [man]: all manpages
updating environment: [new config] 40 added, 0 changed, 0 removed
reading sources... [ 2%] changelog
reading sources... [ 5%] configure
reading sources... [ 8%] faq
reading sources... [ 10%] feedback
reading sources... [ 12%] hacking
reading sources... [ 15%] index
reading sources... [ 18%] install
reading sources... [ 20%] license
reading sources... [ 22%] man
reading sources... [ 25%] news
reading sources... [ 28%] news/30c3
reading sources... [ 30%] news/31c3
reading sources... [ 32%] news/callfortesting
reading sources... [ 35%] news/khal01
reading sources... [ 38%] news/khal0100
reading sources... [ 40%] news/khal011
reading sources... [ 42%] news/khal02
reading sources... [ 45%] news/khal03
reading sources... [ 48%] news/khal031
reading sources... [ 50%] news/khal04
reading sources... [ 52%] news/khal05
reading sources... [ 55%] news/khal06
reading sources... [ 57%] news/khal07
reading sources... [ 60%] news/khal071
reading sources... [ 62%] news/khal08
reading sources... [ 65%] news/khal081
reading sources... [ 68%] news/khal082
reading sources... [ 70%] news/khal083
reading sources... [ 72%] news/khal084
reading sources... [ 75%] news/khal09
reading sources... [ 78%] news/khal091
reading sources... [ 80%] news/khal092
reading sources... [ 82%] news/khal093
reading sources... [ 85%] news/khal094
reading sources... [ 88%] news/khal095
reading sources... [ 90%] news/khal096
reading sources... [ 92%] news/khal097
reading sources... [ 95%] news/khal098
reading sources... [ 98%] standards
reading sources... [100%] usage
looking for now-outdated files... none found
pickling environment... done
checking consistency... /build/source/doc/source/man.rst: WARNING: document isn't included in any toctree
done
writing... khal.1 { usage configure standards faq license } /build/source/doc/source/usage.rst:53: WARNING: unknown option: '--color'
/build/source/doc/source/usage.rst:53: WARNING: unknown option: '--color'
/build/source/doc/source/usage.rst:401: WARNING: unknown option: '--interactive'
/build/source/doc/source/usage.rst:401: WARNING: unknown option: '-i'
/build/source/doc/source/configure.rst:17: WARNING: unknown option: '-c\npath/to/config'
done
build succeeded, 8 warnings.
The manual pages are in build/man.
Build finished. The manual pages are in build/man.
make: Leaving directory '/build/source/doc'
Finished executing pypaInstallPhase
@nix { "action": "setPhase", "phase": "pythonOutputDistPhase" }
Running phase: pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
Running phase: fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/sgb6454msir1vfibxjkv8g38q63rqz7b-khal-0.11.2
checking for references to /build/ in /nix/store/sgb6454msir1vfibxjkv8g38q63rqz7b-khal-0.11.2...
gzipping man pages under /nix/store/sgb6454msir1vfibxjkv8g38q63rqz7b-khal-0.11.2/share/man/
patching script interpreter paths in /nix/store/sgb6454msir1vfibxjkv8g38q63rqz7b-khal-0.11.2
stripping (with command strip and flags -S -p) in /nix/store/sgb6454msir1vfibxjkv8g38q63rqz7b-khal-0.11.2/lib /nix/store/sgb6454msir1vfibxjkv8g38q63rqz7b-khal-0.11.2/bin
shrinking RPATHs of ELF executables and libraries in /nix/store/z6mq050j64yl37k0sqma19wc9xn5jmgh-khal-0.11.2-dist
checking for references to /build/ in /nix/store/z6mq050j64yl37k0sqma19wc9xn5jmgh-khal-0.11.2-dist...
patching script interpreter paths in /nix/store/z6mq050j64yl37k0sqma19wc9xn5jmgh-khal-0.11.2-dist
Rewriting #!/nix/store/asiphbpiy2gmidfm3xbwcikayhs66289-python3-3.11.7/bin/python3.11 to #!/nix/store/asiphbpiy2gmidfm3xbwcikayhs66289-python3-3.11.7
wrapping `/nix/store/sgb6454msir1vfibxjkv8g38q63rqz7b-khal-0.11.2/bin/ikhal'...
Rewriting #!/nix/store/asiphbpiy2gmidfm3xbwcikayhs66289-python3-3.11.7/bin/python3.11 to #!/nix/store/asiphbpiy2gmidfm3xbwcikayhs66289-python3-3.11.7
wrapping `/nix/store/sgb6454msir1vfibxjkv8g38q63rqz7b-khal-0.11.2/bin/khal'...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "installCheckPhase" }
Running phase: installCheckPhase
no Makefile or custom installCheckPhase, doing nothing
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
Running phase: pythonCatchConflictsPhase
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
Running phase: pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
Running phase: pythonImportsCheckPhase
Executing pythonImportsCheckPhase
@nix { "action": "setPhase", "phase": "pytestCheckPhase" }
Running phase: pytestCheckPhase
Executing pytestCheckPhase
============================= test session starts ==============================
platform linux -- Python 3.11.7, pytest-7.4.3, pluggy-1.3.0
rootdir: /build/source
plugins: hypothesis-6.91.0
collecting ... 
collecting 150 items 
collected 315 items / 5 deselected / 310 selected 
tests/backend_test.py .............................. [ 9%]
tests/cal_display_test.py ......... [ 12%]
tests/cli_test.py ..........xX.X........................... [ 25%]
tests/configwizard_test.py .. [ 26%]
tests/controller_test.py ............ [ 30%]
tests/event_test.py .................................................... [ 47%]
... [ 48%]
tests/icalendar_test.py ....... [ 50%]
tests/khalendar_test.py .............................. [ 60%]
tests/khalendar_utils_test.py ........................................ [ 72%]
tests/parse_datetime_test.py ........................................... [ 86%]
..... [ 88%]
tests/settings_test.py ............ [ 92%]
tests/terminal_test.py ... [ 93%]
tests/utils_test.py ........ [ 95%]
tests/vdir_test.py . [ 96%]
tests/vtimezone_test.py .. [ 96%]
tests/ui/test_calendarwidget.py ..... [ 98%]
tests/ui/test_editor.py ...F [ 99%]
tests/ui/test_widgets.py . [100%]
=================================== FAILURES ===================================
_____________________________ test_convert_to_date _____________________________
def test_convert_to_date():
 """test for the issue in #666"""
editor = StartEndEditor(
BERLIN.localize(dt.datetime(2017, 10, 2, 13)),
BERLIN.localize(dt.datetime(2017, 10, 4, 18)),
conf=CONF
)
> canvas = editor.render((50, ), True)
tests/ui/test_editor.py:106:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/nix/store/karvk8vcyr86y5mqd1xb5q6ym8vw6yby-python3.11-urwid-2.4.3/lib/python3.11/site-packages/urwid/widget/widget.py:112: in cached_render
canv = fn(self, size, focus=focus)
/nix/store/karvk8vcyr86y5mqd1xb5q6ym8vw6yby-python3.11-urwid-2.4.3/lib/python3.11/site-packages/urwid/widget/widget.py:780: in render
canv = get_delegate(self).render(size, focus=focus)
/nix/store/karvk8vcyr86y5mqd1xb5q6ym8vw6yby-python3.11-urwid-2.4.3/lib/python3.11/site-packages/urwid/widget/widget.py:112: in cached_render
canv = fn(self, size, focus=focus)
/nix/store/karvk8vcyr86y5mqd1xb5q6ym8vw6yby-python3.11-urwid-2.4.3/lib/python3.11/site-packages/urwid/widget/pile.py:795: in render
canv = w.render(w_size, focus=focus and item_focus)
/nix/store/karvk8vcyr86y5mqd1xb5q6ym8vw6yby-python3.11-urwid-2.4.3/lib/python3.11/site-packages/urwid/widget/widget.py:112: in cached_render
canv = fn(self, size, focus=focus)
/nix/store/karvk8vcyr86y5mqd1xb5q6ym8vw6yby-python3.11-urwid-2.4.3/lib/python3.11/site-packages/urwid/widget/columns.py:908: in render
w.render(w_size, focus=focus and self.focus_position == i),
/nix/store/karvk8vcyr86y5mqd1xb5q6ym8vw6yby-python3.11-urwid-2.4.3/lib/python3.11/site-packages/urwid/widget/widget.py:112: in cached_render
canv = fn(self, size, focus=focus)
/nix/store/karvk8vcyr86y5mqd1xb5q6ym8vw6yby-python3.11-urwid-2.4.3/lib/python3.11/site-packages/urwid/widget/widget.py:780: in render
canv = get_delegate(self).render(size, focus=focus)
/nix/store/karvk8vcyr86y5mqd1xb5q6ym8vw6yby-python3.11-urwid-2.4.3/lib/python3.11/site-packages/urwid/widget/widget.py:113: in cached_render
validate_size(self, size, canv)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
widget = <Padding selectable fixed/flow widget <CalendarPopUp selectable flow widget <ValidatedEdit selectable flow widget>> right=1 width=11>
size = (10,)
canv = <CompositeCanvas finalized=False cols=11 rows=1 cursor=(10, 0) children=(<CompositeCanvas finalized=True cols=11 rows=... at 0x7FFFE6825350>) at 0x7FFFE6825490>) at 0x7FFFE68256D0>) at 0x7FFFE68258D0>) at 0x7FFFE6825B10>) at 0x7FFFE6825D50>
def validate_size(widget, size, canv):
 """
 Raise a WidgetError if a canv does not match size.
 """
if (size and size[1:] != (0,) and size[0] != canv.cols()) or (len(size) > 1 and size[1] != canv.rows()):
> raise WidgetError(
f"Widget {widget!r} rendered ({canv.cols():d} x {canv.rows():d}) canvas when passed size {size!r}!"
)
E urwid.widget.widget.WidgetError: Widget <Padding selectable fixed/flow widget <CalendarPopUp selectable flow widget <ValidatedEdit selectable flow widget>> right=1 width=11> rendered (11 x 1) canvas when passed size (10,)!
/nix/store/karvk8vcyr86y5mqd1xb5q6ym8vw6yby-python3.11-urwid-2.4.3/lib/python3.11/site-packages/urwid/widget/widget.py:92: WidgetError
=============================== warnings summary ===============================
tests/backend_test.py:5
/build/source/tests/backend_test.py:5: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
tests/cli_test.py::test_no_vevent[]
/nix/store/asiphbpiy2gmidfm3xbwcikayhs66289-python3-3.11.7/lib/python3.11/inspect.py:992: DeprecationWarning: urwid.lcd_display is moved to urwid.display.lcd
if ismodule(module) and hasattr(module, '__file__'):
tests/cli_test.py::test_no_vevent[]
/nix/store/asiphbpiy2gmidfm3xbwcikayhs66289-python3-3.11.7/lib/python3.11/inspect.py:993: DeprecationWarning: urwid.lcd_display is moved to urwid.display.lcd
f = module.__file__
tests/cli_test.py::test_no_vevent[]
/nix/store/asiphbpiy2gmidfm3xbwcikayhs66289-python3-3.11.7/lib/python3.11/inspect.py:899: DeprecationWarning: urwid.lcd_display is moved to urwid.display.lcd
if getattr(object, '__file__', None):
tests/cli_test.py::test_no_vevent[]
/nix/store/asiphbpiy2gmidfm3xbwcikayhs66289-python3-3.11.7/lib/python3.11/inspect.py:900: DeprecationWarning: urwid.lcd_display is moved to urwid.display.lcd
return object.__file__
tests/cli_test.py::test_no_vevent[]
/nix/store/asiphbpiy2gmidfm3xbwcikayhs66289-python3-3.11.7/lib/python3.11/inspect.py:992: DeprecationWarning: urwid.html_fragment is moved to urwid.display.html_fragment
if ismodule(module) and hasattr(module, '__file__'):
tests/cli_test.py::test_no_vevent[]
/nix/store/asiphbpiy2gmidfm3xbwcikayhs66289-python3-3.11.7/lib/python3.11/inspect.py:993: DeprecationWarning: urwid.html_fragment is moved to urwid.display.html_fragment
f = module.__file__
tests/cli_test.py::test_no_vevent[]
/nix/store/asiphbpiy2gmidfm3xbwcikayhs66289-python3-3.11.7/lib/python3.11/inspect.py:899: DeprecationWarning: urwid.html_fragment is moved to urwid.display.html_fragment
if getattr(object, '__file__', None):
tests/cli_test.py::test_no_vevent[]
/nix/store/asiphbpiy2gmidfm3xbwcikayhs66289-python3-3.11.7/lib/python3.11/inspect.py:900: DeprecationWarning: urwid.html_fragment is moved to urwid.display.html_fragment
return object.__file__
tests/cli_test.py::test_no_vevent[]
/nix/store/asiphbpiy2gmidfm3xbwcikayhs66289-python3-3.11.7/lib/python3.11/inspect.py:992: DeprecationWarning: urwid.web_display is moved to urwid.display.web
if ismodule(module) and hasattr(module, '__file__'):
tests/cli_test.py::test_no_vevent[]
/nix/store/asiphbpiy2gmidfm3xbwcikayhs66289-python3-3.11.7/lib/python3.11/inspect.py:993: DeprecationWarning: urwid.web_display is moved to urwid.display.web
f = module.__file__
tests/cli_test.py::test_no_vevent[]
/nix/store/asiphbpiy2gmidfm3xbwcikayhs66289-python3-3.11.7/lib/python3.11/inspect.py:899: DeprecationWarning: urwid.web_display is moved to urwid.display.web
if getattr(object, '__file__', None):
tests/cli_test.py::test_no_vevent[]
/nix/store/asiphbpiy2gmidfm3xbwcikayhs66289-python3-3.11.7/lib/python3.11/inspect.py:900: DeprecationWarning: urwid.web_display is moved to urwid.display.web
return object.__file__
tests/cli_test.py: 2 warnings
tests/ui/test_calendarwidget.py: 149 warnings
/build/source/khal/ui/calendarwidget.py:306: DeprecationWarning: method `DateCColumns._set_focus_position` is deprecated, please use `DateCColumns.focus_position` property
self.body.set_focus_date(a_day)
tests/ui/test_editor.py::test_popup
tests/ui/test_editor.py::test_popup
tests/ui/test_editor.py::test_editor
tests/ui/test_editor.py::test_editor
tests/ui/test_editor.py::test_convert_to_date
tests/ui/test_editor.py::test_convert_to_date
/build/source/khal/ui/editor.py:118: DeprecationWarning: `CalendarPopUp.__super` was a deprecated feature for old python versions.Please use `super()` call instead.
wrapped = CalendarPopUp(self._edit, on_date_change, weeknumbers,
tests/ui/test_editor.py::test_editor
tests/ui/test_editor.py::test_editor
/build/source/khal/ui/widgets.py:321: PendingDeprecationWarning: only for backwards compatibility.You may also use the new standard container property `focus_position` to get the focus.
self.set_focus(i)
tests/ui/test_editor.py::test_editor
/build/source/khal/ui/widgets.py:321: PendingDeprecationWarning: for backwards compatibility.You may also use the new standard container property .focus to get the child widget in focus.
self.set_focus(i)
tests/ui/test_editor.py::test_editor
/build/source/khal/ui/widgets.py:287: PendingDeprecationWarning: only for backwards compatibility.You may also use the new standard container property `focus_position` to get the focus.
self.set_focus(i)
tests/ui/test_editor.py::test_editor
tests/ui/test_editor.py::test_editor
/build/source/khal/ui/widgets.py:333: PendingDeprecationWarning: only for backwards compatibility.You may also use the new standard container property `focus_position` to get the focus.
self.set_focus(i)
tests/ui/test_editor.py::test_editor
/build/source/khal/ui/widgets.py:333: PendingDeprecationWarning: for backwards compatibility.You may also use the new standard container property .focus to get the child widget in focus.
self.set_focus(i)
tests/ui/test_editor.py::test_editor
/build/source/khal/ui/widgets.py:294: PendingDeprecationWarning: only for backwards compatibility.You may also use the new standard container property `focus_position` to get the focus.
self.set_focus(i)
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED tests/ui/test_editor.py::test_convert_to_date - urwid.widget.widget.WidgetError: Widget <Padding selectable fixed/flow widg...
= 1 failed, 306 passed, 5 deselected, 1 xfailed, 2 xpassed, 178 warnings in 15.76s =
/nix/store/v5irq7wvkr7kih0hhnch5nnv2dcq8c4f-stdenv-linux/setup: line 1557: pop_var_context: head of shell_variables not a function context
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment