diff --git "a/data/python/3054659.json" "b/data/python/3054659.json" deleted file mode 100644--- "a/data/python/3054659.json" +++ /dev/null @@ -1 +0,0 @@ -{"language": "Python", "id": 164, "repo_owner": "pimutils", "repo_name": "khal", "head_branch": "errors-and-warnings", "workflow_name": "CI", "workflow_filename": "ci.yml", "workflow_path": ".github/workflows/ci.yml", "contributor": "pimutils", "sha_fail": "30546595f7b9988db4f7753f38025fae7cf8a067", "sha_success": "3f3ce71c6fa388c531ab4d31e9852297e52180ea", "workflow": "---\nname: CI\n\non:\n push:\n branches: [\"master\"]\n pull_request:\n branches: [\"master\"]\n workflow_dispatch:\n\njobs:\n tests:\n name: \"Python ${{ matrix.python-version }} ${{ matrix.tox-test }}\"\n runs-on: \"ubuntu-latest\"\n\n strategy:\n fail-fast: false\n matrix:\n python-version: [\"3.8\", \"3.9\", \"3.10\", \"3.11\"]\n tox-test: [\"default\"]\n\n steps:\n - uses: \"actions/checkout@v3\"\n - uses: \"actions/setup-python@v4\"\n with:\n python-version: \"${{ matrix.python-version }}\"\n - name: \"Install test locales\"\n run: |\n echo \"de_DE.UTF-8 UTF-8\" | sudo tee -a /etc/locale.gen\n echo \"cs_CZ.UTF-8 UTF-8\" | sudo tee -a /etc/locale.gen\n echo \"el_GR.UTF-8 UTF-8\" | sudo tee -a /etc/locale.gen\n echo \"fr_FR.UTF-8 UTF-8\" | sudo tee -a /etc/locale.gen\n sudo locale-gen\n - name: \"Install dependencies\"\n run: |\n set -xe\n python -VV\n python -m site\n python -m pip install --upgrade pip setuptools wheel\n python -m pip install --upgrade coverage[toml] virtualenv tox tox-gh-actions\n\n - name: \"Run tox targets for ${{ matrix.python-version }}\"\n if: ${{ matrix.tox-test == 'default' }}\n # Fake a TTY\n shell: 'script -q -e -c \"bash --noprofile --norc -eo pipefail {0}\"'\n run: \"python -m tox\"\n", "logs": [{"step_name": "Python 3.8 default/6_Run tox targets for 3.8.txt", "log": "##[group]Run python -m tox\n\u001b[36;1mpython -m tox\u001b[0m\nshell: /usr/bin/script -q -e -c \"bash --noprofile --norc -eo pipefail {0}\"\nenv:\n pythonLocation: /opt/hostedtoolcache/Python/3.8.18/x64\n PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib/pkgconfig\n Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64\n Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64\n Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64\n LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib\n##[endgroup]\n\u001b[1m\u001b[35mpy38-tests:\u001b[0m\u001b[36m install_deps\u001b[22m\u001b[2m>\u001b[0m python -I -m pip install freezegun hypothesis pytest python-dateutil vdirsyncer\u001b[0m\n\u001b[1m\u001b[35m.pkg:\u001b[0m\u001b[36m install_requires\u001b[22m\u001b[2m>\u001b[0m python -I -m pip install 'setuptools>=64' 'setuptools_scm>=8'\u001b[0m\n\u001b[1m\u001b[35m.pkg:\u001b[0m\u001b[36m _optional_hooks\u001b[22m\u001b[2m>\u001b[0m python /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta\u001b[0m\n\u001b[1m\u001b[35m.pkg:\u001b[0m\u001b[36m get_requires_for_build_sdist\u001b[22m\u001b[2m>\u001b[0m python /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta\u001b[0m\n\u001b[1m\u001b[35m.pkg:\u001b[0m\u001b[36m freeze\u001b[22m\u001b[2m>\u001b[0m python -m pip freeze --all\u001b[0m\n\u001b[1m\u001b[35m.pkg:\u001b[0m\u001b[36m packaging==23.2,pip==23.3.1,setuptools==69.0.2,setuptools-scm==8.0.4,tomli==2.0.1,typing_extensions==4.9.0,wheel==0.42.0\u001b[0m\n\u001b[1m\u001b[35m.pkg:\u001b[0m\u001b[36m build_sdist\u001b[22m\u001b[2m>\u001b[0m python /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta\u001b[0m\n\u001b[1m\u001b[35mpy38-tests:\u001b[0m\u001b[36m install_package_deps\u001b[22m\u001b[2m>\u001b[0m python -I -m pip install 'atomicwrites>=0.1.7' 'click>=3.2' 'click_log>=0.2.0' configobj 'icalendar>=4.0.3' python-dateutil pytz pyxdg 'tzlocal>=1.0' 'urwid>=2.1.0'\u001b[0m\n\u001b[1m\u001b[35mpy38-tests:\u001b[0m\u001b[36m install_package\u001b[22m\u001b[2m>\u001b[0m python -I -m pip install --force-reinstall --no-deps /home/runner/work/khal/khal/.tox/.tmp/package/1/khal-0.1.dev1+gd110b50.tar.gz\u001b[0m\n\u001b[1m\u001b[35mpy38-tests:\u001b[0m\u001b[36m freeze\u001b[22m\u001b[2m>\u001b[0m python -m pip freeze --all\u001b[0m\n\u001b[1m\u001b[35mpy38-tests:\u001b[0m\u001b[36m aiohttp==3.9.1,aiosignal==1.3.1,aiostream==0.4.5,async-timeout==4.0.3,atomicwrites==1.4.1,attrs==23.2.0,backports.zoneinfo==0.2.1,certifi==2023.11.17,charset-normalizer==3.3.2,click==8.1.7,click-log==0.4.0,configobj==5.0.8,exceptiongroup==1.2.0,freezegun==1.4.0,frozenlist==1.4.1,hypothesis==6.92.8,icalendar==5.0.11,idna==3.6,iniconfig==2.0.0,khal @ file:///home/runner/work/khal/khal/.tox/.tmp/package/1/khal-0.1.dev1%2Bgd110b50.tar.gz#sha256=2678941c127acfff27808409be49ecaa59a3a43af177267cc453749f118d927b,multidict==6.0.4,packaging==23.2,pip==23.3.1,pluggy==1.3.0,pytest==7.4.4,python-dateutil==2.8.2,pytz==2023.3.post1,pyxdg==0.28,requests==2.31.0,requests-toolbelt==1.0.0,setuptools==69.0.2,six==1.16.0,sortedcontainers==2.4.0,tomli==2.0.1,tzlocal==5.2,urllib3==2.1.0,urwid==2.4.2,vdirsyncer==0.19.2,wheel==0.42.0,yarl==1.9.4\u001b[0m\n##[group]tox: py38-tests\n\u001b[1m\u001b[35mpy38-tests:\u001b[0m\u001b[36m commands[0]\u001b[22m\u001b[2m>\u001b[0m py.test\u001b[0m\n\u001b[1m============================= test session starts ==============================\u001b[0m\n\nplatform linux -- Python 3.8.18, pytest-7.4.4, pluggy-1.3.0\n\ncachedir: .tox/py38-tests/.pytest_cache\n\nrootdir: /home/runner/work/khal/khal\n\nplugins: hypothesis-6.92.8\n\n\u001b[1mcollecting ... \u001b[0m\u001b[1m\ncollecting 161 items \u001b[0m\u001b[1m\ncollected 335 items \u001b[0m\n\n\n\ntests/backend_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 8%]\u001b[0m\n\ntests/cal_display_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 11%]\u001b[0m\n\ntests/cli_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33mx\u001b[0m\u001b[33mX\u001b[0m\u001b[32m.\u001b[0m\u001b[33mX\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 25%]\u001b[0m\n\ntests/configwizard_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 26%]\u001b[0m\n\ntests/controller_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 30%]\u001b[0m\n\ntests/event_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 45%]\n\n\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33mx\u001b[0m\u001b[33m [ 48%]\u001b[0m\n\ntests/icalendar_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 50%]\u001b[0m\n\ntests/khalendar_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 59%]\u001b[0m\n\ntests/khalendar_utils_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 71%]\u001b[0m\n\ntests/parse_datetime_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 84%]\n\n\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 87%]\u001b[0m\n\ntests/settings_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 90%]\u001b[0m\n\ntests/terminal_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 91%]\u001b[0m\n\ntests/utils_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 94%]\u001b[0m\n\ntests/vdir_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 95%]\u001b[0m\n\ntests/vtimezone_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 96%]\u001b[0m\n\ntests/ui/test_calendarwidget.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 97%]\u001b[0m\n\ntests/ui/test_editor.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[31mF\u001b[0m\u001b[31m [ 98%]\u001b[0m\n\ntests/ui/test_walker.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[31m [ 99%]\u001b[0m\n\ntests/ui/test_widgets.py \u001b[32m.\u001b[0m\u001b[31m [100%]\u001b[0m\n\n\n\n=================================== FAILURES ===================================\n\n\u001b[31m\u001b[1m_____________________________ test_convert_to_date _____________________________\u001b[0m\n\n\n\n def test_convert_to_date():\n\n \"\"\"test for the issue in #666\"\"\"\n\n editor = StartEndEditor(\n\n BERLIN.localize(dt.datetime(2017, 10, 2, 13)),\n\n BERLIN.localize(dt.datetime(2017, 10, 4, 18)),\n\n conf=CONF\n\n )\n\n> canvas = editor.render((50, ), True)\n\n\n\n\u001b[1m\u001b[31mtests/ui/test_editor.py\u001b[0m:106: \n\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\n\u001b[1m\u001b[31m.tox/py38-tests/lib/python3.8/site-packages/urwid/widget/widget.py\u001b[0m:112: in cached_render\n\n canv = fn(self, size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py38-tests/lib/python3.8/site-packages/urwid/widget/widget.py\u001b[0m:780: in render\n\n canv = get_delegate(self).render(size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py38-tests/lib/python3.8/site-packages/urwid/widget/widget.py\u001b[0m:112: in cached_render\n\n canv = fn(self, size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py38-tests/lib/python3.8/site-packages/urwid/widget/pile.py\u001b[0m:794: in render\n\n canv = w.render(w_size, focus=focus and item_focus)\n\n\u001b[1m\u001b[31m.tox/py38-tests/lib/python3.8/site-packages/urwid/widget/widget.py\u001b[0m:112: in cached_render\n\n canv = fn(self, size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py38-tests/lib/python3.8/site-packages/urwid/widget/columns.py\u001b[0m:903: in render\n\n w.render(w_size, focus=focus and self.focus_position == i),\n\n\u001b[1m\u001b[31m.tox/py38-tests/lib/python3.8/site-packages/urwid/widget/widget.py\u001b[0m:112: in cached_render\n\n canv = fn(self, size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py38-tests/lib/python3.8/site-packages/urwid/widget/widget.py\u001b[0m:780: in render\n\n canv = get_delegate(self).render(size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py38-tests/lib/python3.8/site-packages/urwid/widget/widget.py\u001b[0m:112: in cached_render\n\n canv = fn(self, size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py38-tests/lib/python3.8/site-packages/urwid/widget/attr_map.py\u001b[0m:150: in render\n\n canv = self._original_widget.render(size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py38-tests/lib/python3.8/site-packages/urwid/widget/widget.py\u001b[0m:113: in cached_render\n\n validate_size(self, size, canv)\n\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\n\n\nwidget = > right=1 width=11>\n\nsize = (10,), canv = \n\n\n\n def validate_size(widget, size, canv):\n\n \"\"\"\n\n Raise a WidgetError if a canv does not match size.\n\n \"\"\"\n\n if (size and size[1:] != (0,) and size[0] != canv.cols()) or (len(size) > 1 and size[1] != canv.rows()):\n\n> raise WidgetError(\n\n f\"Widget {widget!r} rendered ({canv.cols():d} x {canv.rows():d}) canvas when passed size {size!r}!\"\n\n )\n\n\u001b[1m\u001b[31mE urwid.widget.widget.WidgetError: Widget > right=1 width=11> rendered (11 x 1) canvas when passed size (10,)!\u001b[0m\n\n\n\n\u001b[1m\u001b[31m.tox/py38-tests/lib/python3.8/site-packages/urwid/widget/widget.py\u001b[0m:92: WidgetError\n\n\u001b[33m=============================== warnings summary ===============================\u001b[0m\n\ntests/backend_test.py:5\n\n /home/runner/work/khal/khal/tests/backend_test.py:5: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html\n\n import pkg_resources\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/inspect.py:745: DeprecationWarning: urwid.lcd_display is moved to urwid.display.lcd\n\n if ismodule(module) and hasattr(module, '__file__'):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/inspect.py:746: DeprecationWarning: urwid.lcd_display is moved to urwid.display.lcd\n\n f = module.__file__\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/inspect.py:657: DeprecationWarning: urwid.lcd_display is moved to urwid.display.lcd\n\n if getattr(object, '__file__', None):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/inspect.py:658: DeprecationWarning: urwid.lcd_display is moved to urwid.display.lcd\n\n return object.__file__\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/inspect.py:745: DeprecationWarning: urwid.html_fragment is moved to urwid.display.html_fragment\n\n if ismodule(module) and hasattr(module, '__file__'):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/inspect.py:746: DeprecationWarning: urwid.html_fragment is moved to urwid.display.html_fragment\n\n f = module.__file__\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/inspect.py:657: DeprecationWarning: urwid.html_fragment is moved to urwid.display.html_fragment\n\n if getattr(object, '__file__', None):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/inspect.py:658: DeprecationWarning: urwid.html_fragment is moved to urwid.display.html_fragment\n\n return object.__file__\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/inspect.py:745: DeprecationWarning: urwid.web_display is moved to urwid.display.web\n\n if ismodule(module) and hasattr(module, '__file__'):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/inspect.py:746: DeprecationWarning: urwid.web_display is moved to urwid.display.web\n\n f = module.__file__\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/inspect.py:657: DeprecationWarning: urwid.web_display is moved to urwid.display.web\n\n if getattr(object, '__file__', None):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/inspect.py:658: DeprecationWarning: urwid.web_display is moved to urwid.display.web\n\n return object.__file__\n\n\n\n-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html\n\n\u001b[36m\u001b[1m=========================== short test summary info ============================\u001b[0m\n\n\u001b[31mFAILED\u001b[0m tests/ui/test_editor.py::\u001b[1mtest_convert_to_date\u001b[0m - urwid.widget.widget.WidgetError: Widget > right=1 width=11> rendered (11 x 1) canvas when passed size (10,)!\n\n\u001b[31m======= \u001b[31m\u001b[1m1 failed\u001b[0m, \u001b[32m330 passed\u001b[0m, \u001b[33m2 xfailed\u001b[0m, \u001b[33m2 xpassed\u001b[0m, \u001b[33m13 warnings\u001b[0m\u001b[31m in 6.29s\u001b[0m\u001b[31m =======\u001b[0m\n\n\u001b[1m\u001b[35mpy38-tests:\u001b[0m\u001b[31m exit 1 (6.70 seconds) /home/runner/work/khal/khal> py.test pid=1957\u001b[0m\n##[endgroup]\n\u001b[1m\u001b[35m.pkg:\u001b[0m\u001b[36m _exit\u001b[22m\u001b[2m>\u001b[0m python /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta\u001b[0m\n\u001b[31m py38-tests: FAIL code 1 (22.73=setup[16.03]+cmd[6.70] seconds)\u001b[39m\n\u001b[31m evaluation failed :( (22.88 seconds)\u001b[39m\n\u001b[0m\n##[error]Process completed with exit code 1.\n"}, {"step_name": "Python 3.9 default/6_Run tox targets for 3.9.txt", "log": "##[group]Run python -m tox\n\u001b[36;1mpython -m tox\u001b[0m\nshell: /usr/bin/script -q -e -c \"bash --noprofile --norc -eo pipefail {0}\"\nenv:\n pythonLocation: /opt/hostedtoolcache/Python/3.9.18/x64\n PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.18/x64/lib/pkgconfig\n Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.18/x64\n Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.18/x64\n Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.18/x64\n LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.18/x64/lib\n##[endgroup]\n\u001b[1m\u001b[35mpy39-tests-pytz2018.7:\u001b[0m\u001b[36m install_deps\u001b[22m\u001b[2m>\u001b[0m python -I -m pip install freezegun hypothesis pytest python-dateutil vdirsyncer\u001b[0m\n\u001b[1m\u001b[35m.pkg:\u001b[0m\u001b[36m install_requires\u001b[22m\u001b[2m>\u001b[0m python -I -m pip install 'setuptools>=64' 'setuptools_scm>=8'\u001b[0m\n\u001b[1m\u001b[35m.pkg:\u001b[0m\u001b[36m _optional_hooks\u001b[22m\u001b[2m>\u001b[0m python /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/pyproject_api/_backend.py True setuptools.build_meta\u001b[0m\n\u001b[1m\u001b[35m.pkg:\u001b[0m\u001b[36m get_requires_for_build_sdist\u001b[22m\u001b[2m>\u001b[0m python /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/pyproject_api/_backend.py True setuptools.build_meta\u001b[0m\n\u001b[1m\u001b[35m.pkg:\u001b[0m\u001b[36m freeze\u001b[22m\u001b[2m>\u001b[0m python -m pip freeze --all\u001b[0m\n\u001b[1m\u001b[35m.pkg:\u001b[0m\u001b[36m packaging==23.2,pip==23.3.1,setuptools==69.0.2,setuptools-scm==8.0.4,tomli==2.0.1,typing_extensions==4.9.0,wheel==0.42.0\u001b[0m\n\u001b[1m\u001b[35m.pkg:\u001b[0m\u001b[36m build_sdist\u001b[22m\u001b[2m>\u001b[0m python /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/pyproject_api/_backend.py True setuptools.build_meta\u001b[0m\n\u001b[1m\u001b[35mpy39-tests-pytz2018.7:\u001b[0m\u001b[36m install_package_deps\u001b[22m\u001b[2m>\u001b[0m python -I -m pip install 'atomicwrites>=0.1.7' 'click>=3.2' 'click_log>=0.2.0' configobj 'icalendar>=4.0.3' python-dateutil pytz pyxdg 'tzlocal>=1.0' 'urwid>=2.1.0'\u001b[0m\n\u001b[1m\u001b[35mpy39-tests-pytz2018.7:\u001b[0m\u001b[36m install_package\u001b[22m\u001b[2m>\u001b[0m python -I -m pip install --force-reinstall --no-deps /home/runner/work/khal/khal/.tox/.tmp/package/1/khal-0.1.dev1+gd110b50.tar.gz\u001b[0m\n\u001b[1m\u001b[35mpy39-tests-pytz2018.7:\u001b[0m\u001b[36m freeze\u001b[22m\u001b[2m>\u001b[0m python -m pip freeze --all\u001b[0m\n\u001b[1m\u001b[35mpy39-tests-pytz2018.7:\u001b[0m\u001b[36m aiohttp==3.9.1,aiosignal==1.3.1,aiostream==0.4.5,async-timeout==4.0.3,atomicwrites==1.4.1,attrs==23.2.0,certifi==2023.11.17,charset-normalizer==3.3.2,click==8.1.7,click-log==0.4.0,configobj==5.0.8,exceptiongroup==1.2.0,freezegun==1.4.0,frozenlist==1.4.1,hypothesis==6.92.8,icalendar==5.0.11,idna==3.6,iniconfig==2.0.0,khal @ file:///home/runner/work/khal/khal/.tox/.tmp/package/1/khal-0.1.dev1%2Bgd110b50.tar.gz#sha256=c42d43f286ddfe0a4746e158d361e16474db9b9210e4f0a77d18c53e13a5a630,multidict==6.0.4,packaging==23.2,pip==23.3.1,pluggy==1.3.0,pytest==7.4.4,python-dateutil==2.8.2,pytz==2023.3.post1,pyxdg==0.28,requests==2.31.0,requests-toolbelt==1.0.0,setuptools==69.0.2,six==1.16.0,sortedcontainers==2.4.0,tomli==2.0.1,tzlocal==5.2,urllib3==2.1.0,urwid==2.4.2,vdirsyncer==0.19.2,wheel==0.42.0,yarl==1.9.4\u001b[0m\n##[group]tox: py39-tests-pytz2018.7\n\u001b[1m\u001b[35mpy39-tests-pytz2018.7:\u001b[0m\u001b[36m commands[0]\u001b[22m\u001b[2m>\u001b[0m py.test\u001b[0m\n\u001b[1m============================= test session starts ==============================\u001b[0m\n\nplatform linux -- Python 3.9.18, pytest-7.4.4, pluggy-1.3.0\n\ncachedir: .tox/py39-tests-pytz2018.7/.pytest_cache\n\nrootdir: /home/runner/work/khal/khal\n\nplugins: hypothesis-6.92.8\n\n\u001b[1mcollecting ... \u001b[0m\u001b[1m\ncollecting 87 items \u001b[0m\u001b[1m\ncollecting 161 items \u001b[0m\u001b[1m\ncollected 335 items \u001b[0m\n\n\n\ntests/backend_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 8%]\u001b[0m\n\ntests/cal_display_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 11%]\u001b[0m\n\ntests/cli_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33mx\u001b[0m\u001b[33mX\u001b[0m\u001b[32m.\u001b[0m\u001b[33mX\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 25%]\u001b[0m\n\ntests/configwizard_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 26%]\u001b[0m\n\ntests/controller_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 30%]\u001b[0m\n\ntests/event_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 45%]\n\n\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33mx\u001b[0m\u001b[33m [ 48%]\u001b[0m\n\ntests/icalendar_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 50%]\u001b[0m\n\ntests/khalendar_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 59%]\u001b[0m\n\ntests/khalendar_utils_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 71%]\u001b[0m\n\ntests/parse_datetime_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 84%]\n\n\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 87%]\u001b[0m\n\ntests/settings_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 90%]\u001b[0m\n\ntests/terminal_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 91%]\u001b[0m\n\ntests/utils_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 94%]\u001b[0m\n\ntests/vdir_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 95%]\u001b[0m\n\ntests/vtimezone_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 96%]\u001b[0m\n\ntests/ui/test_calendarwidget.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 97%]\u001b[0m\n\ntests/ui/test_editor.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[31mF\u001b[0m\u001b[31m [ 98%]\u001b[0m\n\ntests/ui/test_walker.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[31m [ 99%]\u001b[0m\n\ntests/ui/test_widgets.py \u001b[32m.\u001b[0m\u001b[31m [100%]\u001b[0m\n\n\n\n=================================== FAILURES ===================================\n\n\u001b[31m\u001b[1m_____________________________ test_convert_to_date _____________________________\u001b[0m\n\n\n\n def test_convert_to_date():\n\n \"\"\"test for the issue in #666\"\"\"\n\n editor = StartEndEditor(\n\n BERLIN.localize(dt.datetime(2017, 10, 2, 13)),\n\n BERLIN.localize(dt.datetime(2017, 10, 4, 18)),\n\n conf=CONF\n\n )\n\n> canvas = editor.render((50, ), True)\n\n\n\n\u001b[1m\u001b[31mtests/ui/test_editor.py\u001b[0m:106: \n\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\n\u001b[1m\u001b[31m.tox/py39-tests-pytz2018.7/lib/python3.9/site-packages/urwid/widget/widget.py\u001b[0m:112: in cached_render\n\n canv = fn(self, size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py39-tests-pytz2018.7/lib/python3.9/site-packages/urwid/widget/widget.py\u001b[0m:780: in render\n\n canv = get_delegate(self).render(size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py39-tests-pytz2018.7/lib/python3.9/site-packages/urwid/widget/widget.py\u001b[0m:112: in cached_render\n\n canv = fn(self, size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py39-tests-pytz2018.7/lib/python3.9/site-packages/urwid/widget/pile.py\u001b[0m:794: in render\n\n canv = w.render(w_size, focus=focus and item_focus)\n\n\u001b[1m\u001b[31m.tox/py39-tests-pytz2018.7/lib/python3.9/site-packages/urwid/widget/widget.py\u001b[0m:112: in cached_render\n\n canv = fn(self, size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py39-tests-pytz2018.7/lib/python3.9/site-packages/urwid/widget/columns.py\u001b[0m:903: in render\n\n w.render(w_size, focus=focus and self.focus_position == i),\n\n\u001b[1m\u001b[31m.tox/py39-tests-pytz2018.7/lib/python3.9/site-packages/urwid/widget/widget.py\u001b[0m:112: in cached_render\n\n canv = fn(self, size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py39-tests-pytz2018.7/lib/python3.9/site-packages/urwid/widget/widget.py\u001b[0m:780: in render\n\n canv = get_delegate(self).render(size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py39-tests-pytz2018.7/lib/python3.9/site-packages/urwid/widget/widget.py\u001b[0m:112: in cached_render\n\n canv = fn(self, size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py39-tests-pytz2018.7/lib/python3.9/site-packages/urwid/widget/attr_map.py\u001b[0m:150: in render\n\n canv = self._original_widget.render(size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py39-tests-pytz2018.7/lib/python3.9/site-packages/urwid/widget/widget.py\u001b[0m:113: in cached_render\n\n validate_size(self, size, canv)\n\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\n\n\nwidget = > right=1 width=11>\n\nsize = (10,), canv = \n\n\n\n def validate_size(widget, size, canv):\n\n \"\"\"\n\n Raise a WidgetError if a canv does not match size.\n\n \"\"\"\n\n if (size and size[1:] != (0,) and size[0] != canv.cols()) or (len(size) > 1 and size[1] != canv.rows()):\n\n> raise WidgetError(\n\n f\"Widget {widget!r} rendered ({canv.cols():d} x {canv.rows():d}) canvas when passed size {size!r}!\"\n\n )\n\n\u001b[1m\u001b[31mE urwid.widget.widget.WidgetError: Widget > right=1 width=11> rendered (11 x 1) canvas when passed size (10,)!\u001b[0m\n\n\n\n\u001b[1m\u001b[31m.tox/py39-tests-pytz2018.7/lib/python3.9/site-packages/urwid/widget/widget.py\u001b[0m:92: WidgetError\n\n\u001b[33m=============================== warnings summary ===============================\u001b[0m\n\ntests/backend_test.py:5\n\n /home/runner/work/khal/khal/tests/backend_test.py:5: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html\n\n import pkg_resources\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/inspect.py:746: DeprecationWarning: urwid.lcd_display is moved to urwid.display.lcd\n\n if ismodule(module) and hasattr(module, '__file__'):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/inspect.py:747: DeprecationWarning: urwid.lcd_display is moved to urwid.display.lcd\n\n f = module.__file__\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/inspect.py:658: DeprecationWarning: urwid.lcd_display is moved to urwid.display.lcd\n\n if getattr(object, '__file__', None):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/inspect.py:659: DeprecationWarning: urwid.lcd_display is moved to urwid.display.lcd\n\n return object.__file__\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/inspect.py:746: DeprecationWarning: urwid.html_fragment is moved to urwid.display.html_fragment\n\n if ismodule(module) and hasattr(module, '__file__'):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/inspect.py:747: DeprecationWarning: urwid.html_fragment is moved to urwid.display.html_fragment\n\n f = module.__file__\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/inspect.py:658: DeprecationWarning: urwid.html_fragment is moved to urwid.display.html_fragment\n\n if getattr(object, '__file__', None):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/inspect.py:659: DeprecationWarning: urwid.html_fragment is moved to urwid.display.html_fragment\n\n return object.__file__\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/inspect.py:746: DeprecationWarning: urwid.web_display is moved to urwid.display.web\n\n if ismodule(module) and hasattr(module, '__file__'):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/inspect.py:747: DeprecationWarning: urwid.web_display is moved to urwid.display.web\n\n f = module.__file__\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/inspect.py:658: DeprecationWarning: urwid.web_display is moved to urwid.display.web\n\n if getattr(object, '__file__', None):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/inspect.py:659: DeprecationWarning: urwid.web_display is moved to urwid.display.web\n\n return object.__file__\n\n\n\n-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html\n\n\u001b[36m\u001b[1m=========================== short test summary info ============================\u001b[0m\n\n\u001b[31mFAILED\u001b[0m tests/ui/test_editor.py::\u001b[1mtest_convert_to_date\u001b[0m - urwid.widget.widget.WidgetError: Widget > right=1 width=11> rendered (11 x 1) canvas when passed size (10,)!\n\n\u001b[31m======= \u001b[31m\u001b[1m1 failed\u001b[0m, \u001b[32m330 passed\u001b[0m, \u001b[33m2 xfailed\u001b[0m, \u001b[33m2 xpassed\u001b[0m, \u001b[33m13 warnings\u001b[0m\u001b[31m in 6.37s\u001b[0m\u001b[31m =======\u001b[0m\n\n\u001b[1m\u001b[35mpy39-tests-pytz2018.7:\u001b[0m\u001b[31m exit 1 (7.21 seconds) /home/runner/work/khal/khal> py.test pid=1962\u001b[0m\n##[endgroup]\n\u001b[31mpy39-tests-pytz2018.7: FAIL \u2716 in 23.39 seconds\u001b[39m\n\u001b[1m\u001b[35mpy39-tests-pytz_latest:\u001b[0m\u001b[36m install_deps\u001b[22m\u001b[2m>\u001b[0m python -I -m pip install freezegun hypothesis pytest python-dateutil pytz vdirsyncer\u001b[0m\n\u001b[1m\u001b[35mpy39-tests-pytz_latest:\u001b[0m\u001b[36m install_package_deps\u001b[22m\u001b[2m>\u001b[0m python -I -m pip install 'atomicwrites>=0.1.7' 'click>=3.2' 'click_log>=0.2.0' configobj 'icalendar>=4.0.3' python-dateutil pytz pyxdg 'tzlocal>=1.0' 'urwid>=2.1.0'\u001b[0m\n\u001b[1m\u001b[35mpy39-tests-pytz_latest:\u001b[0m\u001b[36m install_package\u001b[22m\u001b[2m>\u001b[0m python -I -m pip install --force-reinstall --no-deps /home/runner/work/khal/khal/.tox/.tmp/package/2/khal-0.1.dev1+gd110b50.tar.gz\u001b[0m\n\u001b[1m\u001b[35mpy39-tests-pytz_latest:\u001b[0m\u001b[36m freeze\u001b[22m\u001b[2m>\u001b[0m python -m pip freeze --all\u001b[0m\n\u001b[1m\u001b[35mpy39-tests-pytz_latest:\u001b[0m\u001b[36m aiohttp==3.9.1,aiosignal==1.3.1,aiostream==0.4.5,async-timeout==4.0.3,atomicwrites==1.4.1,attrs==23.2.0,certifi==2023.11.17,charset-normalizer==3.3.2,click==8.1.7,click-log==0.4.0,configobj==5.0.8,exceptiongroup==1.2.0,freezegun==1.4.0,frozenlist==1.4.1,hypothesis==6.92.8,icalendar==5.0.11,idna==3.6,iniconfig==2.0.0,khal @ file:///home/runner/work/khal/khal/.tox/.tmp/package/2/khal-0.1.dev1%2Bgd110b50.tar.gz#sha256=c42d43f286ddfe0a4746e158d361e16474db9b9210e4f0a77d18c53e13a5a630,multidict==6.0.4,packaging==23.2,pip==23.3.1,pluggy==1.3.0,pytest==7.4.4,python-dateutil==2.8.2,pytz==2023.3.post1,pyxdg==0.28,requests==2.31.0,requests-toolbelt==1.0.0,setuptools==69.0.2,six==1.16.0,sortedcontainers==2.4.0,tomli==2.0.1,tzlocal==5.2,urllib3==2.1.0,urwid==2.4.2,vdirsyncer==0.19.2,wheel==0.42.0,yarl==1.9.4\u001b[0m\n##[group]tox: py39-tests-pytz_latest\n\u001b[1m\u001b[35mpy39-tests-pytz_latest:\u001b[0m\u001b[36m commands[0]\u001b[22m\u001b[2m>\u001b[0m py.test\u001b[0m\n\u001b[1m============================= test session starts ==============================\u001b[0m\n\nplatform linux -- Python 3.9.18, pytest-7.4.4, pluggy-1.3.0\n\ncachedir: .tox/py39-tests-pytz_latest/.pytest_cache\n\nrootdir: /home/runner/work/khal/khal\n\nplugins: hypothesis-6.92.8\n\n\u001b[1mcollecting ... \u001b[0m\u001b[1m\ncollecting 161 items \u001b[0m\u001b[1m\ncollected 335 items \u001b[0m\n\n\n\ntests/backend_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 8%]\u001b[0m\n\ntests/cal_display_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 11%]\u001b[0m\n\ntests/cli_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33mx\u001b[0m\u001b[33mX\u001b[0m\u001b[32m.\u001b[0m\u001b[33mX\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 25%]\u001b[0m\n\ntests/configwizard_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 26%]\u001b[0m\n\ntests/controller_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 30%]\u001b[0m\n\ntests/event_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 45%]\n\n\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33mx\u001b[0m\u001b[33m [ 48%]\u001b[0m\n\ntests/icalendar_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 50%]\u001b[0m\n\ntests/khalendar_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 59%]\u001b[0m\n\ntests/khalendar_utils_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 71%]\u001b[0m\n\ntests/parse_datetime_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 84%]\n\n\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 87%]\u001b[0m\n\ntests/settings_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 90%]\u001b[0m\n\ntests/terminal_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 91%]\u001b[0m\n\ntests/utils_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 94%]\u001b[0m\n\ntests/vdir_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 95%]\u001b[0m\n\ntests/vtimezone_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 96%]\u001b[0m\n\ntests/ui/test_calendarwidget.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 97%]\u001b[0m\n\ntests/ui/test_editor.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[31mF\u001b[0m\u001b[31m [ 98%]\u001b[0m\n\ntests/ui/test_walker.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[31m [ 99%]\u001b[0m\n\ntests/ui/test_widgets.py \u001b[32m.\u001b[0m\u001b[31m [100%]\u001b[0m\n\n\n\n=================================== FAILURES ===================================\n\n\u001b[31m\u001b[1m_____________________________ test_convert_to_date _____________________________\u001b[0m\n\n\n\n def test_convert_to_date():\n\n \"\"\"test for the issue in #666\"\"\"\n\n editor = StartEndEditor(\n\n BERLIN.localize(dt.datetime(2017, 10, 2, 13)),\n\n BERLIN.localize(dt.datetime(2017, 10, 4, 18)),\n\n conf=CONF\n\n )\n\n> canvas = editor.render((50, ), True)\n\n\n\n\u001b[1m\u001b[31mtests/ui/test_editor.py\u001b[0m:106: \n\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\n\u001b[1m\u001b[31m.tox/py39-tests-pytz_latest/lib/python3.9/site-packages/urwid/widget/widget.py\u001b[0m:112: in cached_render\n\n canv = fn(self, size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py39-tests-pytz_latest/lib/python3.9/site-packages/urwid/widget/widget.py\u001b[0m:780: in render\n\n canv = get_delegate(self).render(size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py39-tests-pytz_latest/lib/python3.9/site-packages/urwid/widget/widget.py\u001b[0m:112: in cached_render\n\n canv = fn(self, size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py39-tests-pytz_latest/lib/python3.9/site-packages/urwid/widget/pile.py\u001b[0m:794: in render\n\n canv = w.render(w_size, focus=focus and item_focus)\n\n\u001b[1m\u001b[31m.tox/py39-tests-pytz_latest/lib/python3.9/site-packages/urwid/widget/widget.py\u001b[0m:112: in cached_render\n\n canv = fn(self, size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py39-tests-pytz_latest/lib/python3.9/site-packages/urwid/widget/columns.py\u001b[0m:903: in render\n\n w.render(w_size, focus=focus and self.focus_position == i),\n\n\u001b[1m\u001b[31m.tox/py39-tests-pytz_latest/lib/python3.9/site-packages/urwid/widget/widget.py\u001b[0m:112: in cached_render\n\n canv = fn(self, size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py39-tests-pytz_latest/lib/python3.9/site-packages/urwid/widget/widget.py\u001b[0m:780: in render\n\n canv = get_delegate(self).render(size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py39-tests-pytz_latest/lib/python3.9/site-packages/urwid/widget/widget.py\u001b[0m:112: in cached_render\n\n canv = fn(self, size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py39-tests-pytz_latest/lib/python3.9/site-packages/urwid/widget/attr_map.py\u001b[0m:150: in render\n\n canv = self._original_widget.render(size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py39-tests-pytz_latest/lib/python3.9/site-packages/urwid/widget/widget.py\u001b[0m:113: in cached_render\n\n validate_size(self, size, canv)\n\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\n\n\nwidget = > right=1 width=11>\n\nsize = (10,), canv = \n\n\n\n def validate_size(widget, size, canv):\n\n \"\"\"\n\n Raise a WidgetError if a canv does not match size.\n\n \"\"\"\n\n if (size and size[1:] != (0,) and size[0] != canv.cols()) or (len(size) > 1 and size[1] != canv.rows()):\n\n> raise WidgetError(\n\n f\"Widget {widget!r} rendered ({canv.cols():d} x {canv.rows():d}) canvas when passed size {size!r}!\"\n\n )\n\n\u001b[1m\u001b[31mE urwid.widget.widget.WidgetError: Widget > right=1 width=11> rendered (11 x 1) canvas when passed size (10,)!\u001b[0m\n\n\n\n\u001b[1m\u001b[31m.tox/py39-tests-pytz_latest/lib/python3.9/site-packages/urwid/widget/widget.py\u001b[0m:92: WidgetError\n\n\u001b[33m=============================== warnings summary ===============================\u001b[0m\n\ntests/backend_test.py:5\n\n /home/runner/work/khal/khal/tests/backend_test.py:5: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html\n\n import pkg_resources\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/inspect.py:746: DeprecationWarning: urwid.lcd_display is moved to urwid.display.lcd\n\n if ismodule(module) and hasattr(module, '__file__'):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/inspect.py:747: DeprecationWarning: urwid.lcd_display is moved to urwid.display.lcd\n\n f = module.__file__\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/inspect.py:658: DeprecationWarning: urwid.lcd_display is moved to urwid.display.lcd\n\n if getattr(object, '__file__', None):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/inspect.py:659: DeprecationWarning: urwid.lcd_display is moved to urwid.display.lcd\n\n return object.__file__\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/inspect.py:746: DeprecationWarning: urwid.html_fragment is moved to urwid.display.html_fragment\n\n if ismodule(module) and hasattr(module, '__file__'):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/inspect.py:747: DeprecationWarning: urwid.html_fragment is moved to urwid.display.html_fragment\n\n f = module.__file__\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/inspect.py:658: DeprecationWarning: urwid.html_fragment is moved to urwid.display.html_fragment\n\n if getattr(object, '__file__', None):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/inspect.py:659: DeprecationWarning: urwid.html_fragment is moved to urwid.display.html_fragment\n\n return object.__file__\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/inspect.py:746: DeprecationWarning: urwid.web_display is moved to urwid.display.web\n\n if ismodule(module) and hasattr(module, '__file__'):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/inspect.py:747: DeprecationWarning: urwid.web_display is moved to urwid.display.web\n\n f = module.__file__\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/inspect.py:658: DeprecationWarning: urwid.web_display is moved to urwid.display.web\n\n if getattr(object, '__file__', None):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/inspect.py:659: DeprecationWarning: urwid.web_display is moved to urwid.display.web\n\n return object.__file__\n\n\n\n-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html\n\n\u001b[36m\u001b[1m=========================== short test summary info ============================\u001b[0m\n\n\u001b[31mFAILED\u001b[0m tests/ui/test_editor.py::\u001b[1mtest_convert_to_date\u001b[0m - urwid.widget.widget.WidgetError: Widget > right=1 width=11> rendered (11 x 1) canvas when passed size (10,)!\n\n\u001b[31m======= \u001b[31m\u001b[1m1 failed\u001b[0m, \u001b[32m330 passed\u001b[0m, \u001b[33m2 xfailed\u001b[0m, \u001b[33m2 xpassed\u001b[0m, \u001b[33m13 warnings\u001b[0m\u001b[31m in 5.04s\u001b[0m\u001b[31m =======\u001b[0m\n\n\u001b[1m\u001b[35mpy39-tests-pytz_latest:\u001b[0m\u001b[31m exit 1 (5.36 seconds) /home/runner/work/khal/khal> py.test pid=2432\u001b[0m\n##[endgroup]\n\u001b[1m\u001b[35m.pkg:\u001b[0m\u001b[36m _exit\u001b[22m\u001b[2m>\u001b[0m python /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/pyproject_api/_backend.py True setuptools.build_meta\u001b[0m\n\u001b[31m py39-tests-pytz2018.7: FAIL code 1 (23.39=setup[16.17]+cmd[7.21] seconds)\u001b[39m\n\u001b[31m py39-tests-pytz_latest: FAIL code 1 (16.11=setup[10.75]+cmd[5.36] seconds)\u001b[39m\n\u001b[31m evaluation failed :( (39.86 seconds)\u001b[39m\n\u001b[0m\n##[error]Process completed with exit code 255.\n"}, {"step_name": "Python 3.10 default/6_Run tox targets for 3.10.txt", "log": "##[group]Run python -m tox\n\u001b[36;1mpython -m tox\u001b[0m\nshell: /usr/bin/script -q -e -c \"bash --noprofile --norc -eo pipefail {0}\"\nenv:\n pythonLocation: /opt/hostedtoolcache/Python/3.10.13/x64\n PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.10.13/x64/lib/pkgconfig\n Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.13/x64\n Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.13/x64\n Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.13/x64\n LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.13/x64/lib\n##[endgroup]\n\u001b[1m\u001b[35mpy310-tests:\u001b[0m\u001b[36m install_deps\u001b[22m\u001b[2m>\u001b[0m python -I -m pip install freezegun hypothesis pytest python-dateutil vdirsyncer\u001b[0m\n\u001b[1m\u001b[35m.pkg:\u001b[0m\u001b[36m install_requires\u001b[22m\u001b[2m>\u001b[0m python -I -m pip install 'setuptools>=64' 'setuptools_scm>=8'\u001b[0m\n\u001b[1m\u001b[35m.pkg:\u001b[0m\u001b[36m _optional_hooks\u001b[22m\u001b[2m>\u001b[0m python /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta\u001b[0m\n\u001b[1m\u001b[35m.pkg:\u001b[0m\u001b[36m get_requires_for_build_sdist\u001b[22m\u001b[2m>\u001b[0m python /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta\u001b[0m\n\u001b[1m\u001b[35m.pkg:\u001b[0m\u001b[36m freeze\u001b[22m\u001b[2m>\u001b[0m python -m pip freeze --all\u001b[0m\n\u001b[1m\u001b[35m.pkg:\u001b[0m\u001b[36m packaging==23.2,pip==23.3.1,setuptools==69.0.2,setuptools-scm==8.0.4,tomli==2.0.1,typing_extensions==4.9.0,wheel==0.42.0\u001b[0m\n\u001b[1m\u001b[35m.pkg:\u001b[0m\u001b[36m build_sdist\u001b[22m\u001b[2m>\u001b[0m python /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta\u001b[0m\n\u001b[1m\u001b[35mpy310-tests:\u001b[0m\u001b[36m install_package_deps\u001b[22m\u001b[2m>\u001b[0m python -I -m pip install 'atomicwrites>=0.1.7' 'click>=3.2' 'click_log>=0.2.0' configobj 'icalendar>=4.0.3' python-dateutil pytz pyxdg 'tzlocal>=1.0' 'urwid>=2.1.0'\u001b[0m\n\u001b[1m\u001b[35mpy310-tests:\u001b[0m\u001b[36m install_package\u001b[22m\u001b[2m>\u001b[0m python -I -m pip install --force-reinstall --no-deps /home/runner/work/khal/khal/.tox/.tmp/package/1/khal-0.1.dev1+gd110b50.tar.gz\u001b[0m\n\u001b[1m\u001b[35mpy310-tests:\u001b[0m\u001b[36m freeze\u001b[22m\u001b[2m>\u001b[0m python -m pip freeze --all\u001b[0m\n\u001b[1m\u001b[35mpy310-tests:\u001b[0m\u001b[36m aiohttp==3.9.1,aiosignal==1.3.1,aiostream==0.4.5,async-timeout==4.0.3,atomicwrites==1.4.1,attrs==23.2.0,certifi==2023.11.17,charset-normalizer==3.3.2,click==8.1.7,click-log==0.4.0,configobj==5.0.8,exceptiongroup==1.2.0,freezegun==1.4.0,frozenlist==1.4.1,hypothesis==6.92.8,icalendar==5.0.11,idna==3.6,iniconfig==2.0.0,khal @ file:///home/runner/work/khal/khal/.tox/.tmp/package/1/khal-0.1.dev1%2Bgd110b50.tar.gz#sha256=5e0ab7f6409a21ebd4c9a8fba7a4d1b4de33a98181c39594184172cec381b444,multidict==6.0.4,packaging==23.2,pip==23.3.1,pluggy==1.3.0,pytest==7.4.4,python-dateutil==2.8.2,pytz==2023.3.post1,pyxdg==0.28,requests==2.31.0,requests-toolbelt==1.0.0,setuptools==69.0.2,six==1.16.0,sortedcontainers==2.4.0,tomli==2.0.1,tzlocal==5.2,urllib3==2.1.0,urwid==2.4.2,vdirsyncer==0.19.2,wheel==0.42.0,yarl==1.9.4\u001b[0m\n##[group]tox: py310-tests\n\u001b[1m\u001b[35mpy310-tests:\u001b[0m\u001b[36m commands[0]\u001b[22m\u001b[2m>\u001b[0m py.test\u001b[0m\n\u001b[1m============================= test session starts ==============================\u001b[0m\n\nplatform linux -- Python 3.10.13, pytest-7.4.4, pluggy-1.3.0\n\ncachedir: .tox/py310-tests/.pytest_cache\n\nrootdir: /home/runner/work/khal/khal\n\nplugins: hypothesis-6.92.8\n\n\u001b[1mcollecting ... \u001b[0m\u001b[1m\ncollecting 161 items \u001b[0m\u001b[1m\ncollected 335 items \u001b[0m\n\n\n\ntests/backend_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 8%]\u001b[0m\n\ntests/cal_display_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 11%]\u001b[0m\n\ntests/cli_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33mx\u001b[0m\u001b[33mX\u001b[0m\u001b[32m.\u001b[0m\u001b[33mX\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 25%]\u001b[0m\n\ntests/configwizard_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 26%]\u001b[0m\n\ntests/controller_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 30%]\u001b[0m\n\ntests/event_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 45%]\n\n\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33mx\u001b[0m\u001b[33m [ 48%]\u001b[0m\n\ntests/icalendar_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 50%]\u001b[0m\n\ntests/khalendar_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 59%]\u001b[0m\n\ntests/khalendar_utils_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 71%]\u001b[0m\n\ntests/parse_datetime_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 84%]\n\n\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 87%]\u001b[0m\n\ntests/settings_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 90%]\u001b[0m\n\ntests/terminal_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 91%]\u001b[0m\n\ntests/utils_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 94%]\u001b[0m\n\ntests/vdir_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 95%]\u001b[0m\n\ntests/vtimezone_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 96%]\u001b[0m\n\ntests/ui/test_calendarwidget.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 97%]\u001b[0m\n\ntests/ui/test_editor.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[31mF\u001b[0m\u001b[31m [ 98%]\u001b[0m\n\ntests/ui/test_walker.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[31m [ 99%]\u001b[0m\n\ntests/ui/test_widgets.py \u001b[32m.\u001b[0m\u001b[31m [100%]\u001b[0m\n\n\n\n=================================== FAILURES ===================================\n\n\u001b[31m\u001b[1m_____________________________ test_convert_to_date _____________________________\u001b[0m\n\n\n\n def test_convert_to_date():\n\n \"\"\"test for the issue in #666\"\"\"\n\n editor = StartEndEditor(\n\n BERLIN.localize(dt.datetime(2017, 10, 2, 13)),\n\n BERLIN.localize(dt.datetime(2017, 10, 4, 18)),\n\n conf=CONF\n\n )\n\n> canvas = editor.render((50, ), True)\n\n\n\n\u001b[1m\u001b[31mtests/ui/test_editor.py\u001b[0m:106: \n\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\n\u001b[1m\u001b[31m.tox/py310-tests/lib/python3.10/site-packages/urwid/widget/widget.py\u001b[0m:112: in cached_render\n\n canv = fn(self, size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py310-tests/lib/python3.10/site-packages/urwid/widget/widget.py\u001b[0m:780: in render\n\n canv = get_delegate(self).render(size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py310-tests/lib/python3.10/site-packages/urwid/widget/widget.py\u001b[0m:112: in cached_render\n\n canv = fn(self, size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py310-tests/lib/python3.10/site-packages/urwid/widget/pile.py\u001b[0m:794: in render\n\n canv = w.render(w_size, focus=focus and item_focus)\n\n\u001b[1m\u001b[31m.tox/py310-tests/lib/python3.10/site-packages/urwid/widget/widget.py\u001b[0m:112: in cached_render\n\n canv = fn(self, size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py310-tests/lib/python3.10/site-packages/urwid/widget/columns.py\u001b[0m:903: in render\n\n w.render(w_size, focus=focus and self.focus_position == i),\n\n\u001b[1m\u001b[31m.tox/py310-tests/lib/python3.10/site-packages/urwid/widget/widget.py\u001b[0m:112: in cached_render\n\n canv = fn(self, size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py310-tests/lib/python3.10/site-packages/urwid/widget/widget.py\u001b[0m:780: in render\n\n canv = get_delegate(self).render(size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py310-tests/lib/python3.10/site-packages/urwid/widget/widget.py\u001b[0m:112: in cached_render\n\n canv = fn(self, size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py310-tests/lib/python3.10/site-packages/urwid/widget/attr_map.py\u001b[0m:150: in render\n\n canv = self._original_widget.render(size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py310-tests/lib/python3.10/site-packages/urwid/widget/widget.py\u001b[0m:113: in cached_render\n\n validate_size(self, size, canv)\n\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\n\n\nwidget = > right=1 width=11>\n\nsize = (10,), canv = \n\n\n\n def validate_size(widget, size, canv):\n\n \"\"\"\n\n Raise a WidgetError if a canv does not match size.\n\n \"\"\"\n\n if (size and size[1:] != (0,) and size[0] != canv.cols()) or (len(size) > 1 and size[1] != canv.rows()):\n\n> raise WidgetError(\n\n f\"Widget {widget!r} rendered ({canv.cols():d} x {canv.rows():d}) canvas when passed size {size!r}!\"\n\n )\n\n\u001b[1m\u001b[31mE urwid.widget.widget.WidgetError: Widget > right=1 width=11> rendered (11 x 1) canvas when passed size (10,)!\u001b[0m\n\n\n\n\u001b[1m\u001b[31m.tox/py310-tests/lib/python3.10/site-packages/urwid/widget/widget.py\u001b[0m:92: WidgetError\n\n\u001b[33m=============================== warnings summary ===============================\u001b[0m\n\ntests/backend_test.py:5\n\n /home/runner/work/khal/khal/tests/backend_test.py:5: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html\n\n import pkg_resources\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/inspect.py:869: DeprecationWarning: urwid.lcd_display is moved to urwid.display.lcd\n\n if ismodule(module) and hasattr(module, '__file__'):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/inspect.py:870: DeprecationWarning: urwid.lcd_display is moved to urwid.display.lcd\n\n f = module.__file__\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/inspect.py:776: DeprecationWarning: urwid.lcd_display is moved to urwid.display.lcd\n\n if getattr(object, '__file__', None):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/inspect.py:777: DeprecationWarning: urwid.lcd_display is moved to urwid.display.lcd\n\n return object.__file__\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/inspect.py:869: DeprecationWarning: urwid.html_fragment is moved to urwid.display.html_fragment\n\n if ismodule(module) and hasattr(module, '__file__'):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/inspect.py:870: DeprecationWarning: urwid.html_fragment is moved to urwid.display.html_fragment\n\n f = module.__file__\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/inspect.py:776: DeprecationWarning: urwid.html_fragment is moved to urwid.display.html_fragment\n\n if getattr(object, '__file__', None):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/inspect.py:777: DeprecationWarning: urwid.html_fragment is moved to urwid.display.html_fragment\n\n return object.__file__\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/inspect.py:869: DeprecationWarning: urwid.web_display is moved to urwid.display.web\n\n if ismodule(module) and hasattr(module, '__file__'):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/inspect.py:870: DeprecationWarning: urwid.web_display is moved to urwid.display.web\n\n f = module.__file__\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/inspect.py:776: DeprecationWarning: urwid.web_display is moved to urwid.display.web\n\n if getattr(object, '__file__', None):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/inspect.py:777: DeprecationWarning: urwid.web_display is moved to urwid.display.web\n\n return object.__file__\n\n\n\n-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html\n\n\u001b[36m\u001b[1m=========================== short test summary info ============================\u001b[0m\n\n\u001b[31mFAILED\u001b[0m tests/ui/test_editor.py::\u001b[1mtest_convert_to_date\u001b[0m - urwid.widget.widget.WidgetError: Widget > right=1 width=11> rendered (11 x 1) canvas when passed size (10,)!\n\n\u001b[31m======= \u001b[31m\u001b[1m1 failed\u001b[0m, \u001b[32m330 passed\u001b[0m, \u001b[33m2 xfailed\u001b[0m, \u001b[33m2 xpassed\u001b[0m, \u001b[33m13 warnings\u001b[0m\u001b[31m in 6.17s\u001b[0m\u001b[31m =======\u001b[0m\n\n\u001b[1m\u001b[35mpy310-tests:\u001b[0m\u001b[31m exit 1 (6.77 seconds) /home/runner/work/khal/khal> py.test pid=1948\u001b[0m\n##[endgroup]\n\u001b[1m\u001b[35m.pkg:\u001b[0m\u001b[36m _exit\u001b[22m\u001b[2m>\u001b[0m python /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta\u001b[0m\n\u001b[31m py310-tests: FAIL code 1 (23.15=setup[16.38]+cmd[6.77] seconds)\u001b[39m\n\u001b[31m evaluation failed :( (23.31 seconds)\u001b[39m\n\u001b[0m\n##[error]Process completed with exit code 1.\n"}, {"step_name": "Python 3.11 default/6_Run tox targets for 3.11.txt", "log": "##[group]Run python -m tox\n\u001b[36;1mpython -m tox\u001b[0m\nshell: /usr/bin/script -q -e -c \"bash --noprofile --norc -eo pipefail {0}\"\nenv:\n pythonLocation: /opt/hostedtoolcache/Python/3.11.7/x64\n PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.11.7/x64/lib/pkgconfig\n Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.7/x64\n Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.7/x64\n Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.7/x64\n LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.11.7/x64/lib\n##[endgroup]\n\u001b[1m\u001b[35mpy311-tests:\u001b[0m\u001b[36m install_deps\u001b[22m\u001b[2m>\u001b[0m python -I -m pip install freezegun hypothesis pytest python-dateutil vdirsyncer\u001b[0m\n\u001b[1m\u001b[35m.pkg:\u001b[0m\u001b[36m install_requires\u001b[22m\u001b[2m>\u001b[0m python -I -m pip install 'setuptools>=64' 'setuptools_scm>=8'\u001b[0m\n\u001b[1m\u001b[35m.pkg:\u001b[0m\u001b[36m _optional_hooks\u001b[22m\u001b[2m>\u001b[0m python /opt/hostedtoolcache/Python/3.11.7/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\u001b[0m\n\u001b[1m\u001b[35m.pkg:\u001b[0m\u001b[36m get_requires_for_build_sdist\u001b[22m\u001b[2m>\u001b[0m python /opt/hostedtoolcache/Python/3.11.7/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\u001b[0m\n\u001b[1m\u001b[35m.pkg:\u001b[0m\u001b[36m freeze\u001b[22m\u001b[2m>\u001b[0m python -m pip freeze --all\u001b[0m\n\u001b[1m\u001b[35m.pkg:\u001b[0m\u001b[36m packaging==23.2,pip==23.3.1,setuptools==69.0.2,setuptools-scm==8.0.4,typing_extensions==4.9.0,wheel==0.42.0\u001b[0m\n\u001b[1m\u001b[35m.pkg:\u001b[0m\u001b[36m build_sdist\u001b[22m\u001b[2m>\u001b[0m python /opt/hostedtoolcache/Python/3.11.7/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\u001b[0m\n\u001b[1m\u001b[35mpy311-tests:\u001b[0m\u001b[36m install_package_deps\u001b[22m\u001b[2m>\u001b[0m python -I -m pip install 'atomicwrites>=0.1.7' 'click>=3.2' 'click_log>=0.2.0' configobj 'icalendar>=4.0.3' python-dateutil pytz pyxdg 'tzlocal>=1.0' 'urwid>=2.1.0'\u001b[0m\n\u001b[1m\u001b[35mpy311-tests:\u001b[0m\u001b[36m install_package\u001b[22m\u001b[2m>\u001b[0m python -I -m pip install --force-reinstall --no-deps /home/runner/work/khal/khal/.tox/.tmp/package/1/khal-0.1.dev1+gd110b50.tar.gz\u001b[0m\n\u001b[1m\u001b[35mpy311-tests:\u001b[0m\u001b[36m freeze\u001b[22m\u001b[2m>\u001b[0m python -m pip freeze --all\u001b[0m\n\u001b[1m\u001b[35mpy311-tests:\u001b[0m\u001b[36m aiohttp==3.9.1,aiosignal==1.3.1,aiostream==0.4.5,atomicwrites==1.4.1,attrs==23.2.0,certifi==2023.11.17,charset-normalizer==3.3.2,click==8.1.7,click-log==0.4.0,configobj==5.0.8,freezegun==1.4.0,frozenlist==1.4.1,hypothesis==6.92.8,icalendar==5.0.11,idna==3.6,iniconfig==2.0.0,khal @ file:///home/runner/work/khal/khal/.tox/.tmp/package/1/khal-0.1.dev1%2Bgd110b50.tar.gz#sha256=75abf41d1c5a12a839ff0dbfb6cda4c150ee981b005b14aecc74d33d3262321c,multidict==6.0.4,packaging==23.2,pip==23.3.1,pluggy==1.3.0,pytest==7.4.4,python-dateutil==2.8.2,pytz==2023.3.post1,pyxdg==0.28,requests==2.31.0,requests-toolbelt==1.0.0,setuptools==69.0.2,six==1.16.0,sortedcontainers==2.4.0,tzlocal==5.2,urllib3==2.1.0,urwid==2.4.2,vdirsyncer==0.19.2,wheel==0.42.0,yarl==1.9.4\u001b[0m\n##[group]tox: py311-tests\n\u001b[1m\u001b[35mpy311-tests:\u001b[0m\u001b[36m commands[0]\u001b[22m\u001b[2m>\u001b[0m py.test\u001b[0m\n\u001b[1m============================= test session starts ==============================\u001b[0m\n\nplatform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0\n\ncachedir: .tox/py311-tests/.pytest_cache\n\nrootdir: /home/runner/work/khal/khal\n\nplugins: hypothesis-6.92.8\n\n\u001b[1mcollecting ... \u001b[0m\u001b[1m\ncollecting 161 items \u001b[0m\u001b[1m\ncollected 335 items \u001b[0m\n\n\n\ntests/backend_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 8%]\u001b[0m\n\ntests/cal_display_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 11%]\u001b[0m\n\ntests/cli_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33mx\u001b[0m\u001b[33mX\u001b[0m\u001b[32m.\u001b[0m\u001b[33mX\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 25%]\u001b[0m\n\ntests/configwizard_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 26%]\u001b[0m\n\ntests/controller_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 30%]\u001b[0m\n\ntests/event_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 45%]\n\n\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33mx\u001b[0m\u001b[33m [ 48%]\u001b[0m\n\ntests/icalendar_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 50%]\u001b[0m\n\ntests/khalendar_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 59%]\u001b[0m\n\ntests/khalendar_utils_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 71%]\u001b[0m\n\ntests/parse_datetime_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 84%]\n\n\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 87%]\u001b[0m\n\ntests/settings_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 90%]\u001b[0m\n\ntests/terminal_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 91%]\u001b[0m\n\ntests/utils_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 94%]\u001b[0m\n\ntests/vdir_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 95%]\u001b[0m\n\ntests/vtimezone_test.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 96%]\u001b[0m\n\ntests/ui/test_calendarwidget.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[33m [ 97%]\u001b[0m\n\ntests/ui/test_editor.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[31mF\u001b[0m\u001b[31m [ 98%]\u001b[0m\n\ntests/ui/test_walker.py \u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[31m [ 99%]\u001b[0m\n\ntests/ui/test_widgets.py \u001b[32m.\u001b[0m\u001b[31m [100%]\u001b[0m\n\n\n\n=================================== FAILURES ===================================\n\n\u001b[31m\u001b[1m_____________________________ test_convert_to_date _____________________________\u001b[0m\n\n\n\n def test_convert_to_date():\n\n \"\"\"test for the issue in #666\"\"\"\n\n editor = StartEndEditor(\n\n BERLIN.localize(dt.datetime(2017, 10, 2, 13)),\n\n BERLIN.localize(dt.datetime(2017, 10, 4, 18)),\n\n conf=CONF\n\n )\n\n> canvas = editor.render((50, ), True)\n\n\n\n\u001b[1m\u001b[31mtests/ui/test_editor.py\u001b[0m:106: \n\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\n\u001b[1m\u001b[31m.tox/py311-tests/lib/python3.11/site-packages/urwid/widget/widget.py\u001b[0m:112: in cached_render\n\n canv = fn(self, size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py311-tests/lib/python3.11/site-packages/urwid/widget/widget.py\u001b[0m:780: in render\n\n canv = get_delegate(self).render(size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py311-tests/lib/python3.11/site-packages/urwid/widget/widget.py\u001b[0m:112: in cached_render\n\n canv = fn(self, size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py311-tests/lib/python3.11/site-packages/urwid/widget/pile.py\u001b[0m:794: in render\n\n canv = w.render(w_size, focus=focus and item_focus)\n\n\u001b[1m\u001b[31m.tox/py311-tests/lib/python3.11/site-packages/urwid/widget/widget.py\u001b[0m:112: in cached_render\n\n canv = fn(self, size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py311-tests/lib/python3.11/site-packages/urwid/widget/columns.py\u001b[0m:903: in render\n\n w.render(w_size, focus=focus and self.focus_position == i),\n\n\u001b[1m\u001b[31m.tox/py311-tests/lib/python3.11/site-packages/urwid/widget/widget.py\u001b[0m:112: in cached_render\n\n canv = fn(self, size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py311-tests/lib/python3.11/site-packages/urwid/widget/widget.py\u001b[0m:780: in render\n\n canv = get_delegate(self).render(size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py311-tests/lib/python3.11/site-packages/urwid/widget/widget.py\u001b[0m:112: in cached_render\n\n canv = fn(self, size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py311-tests/lib/python3.11/site-packages/urwid/widget/attr_map.py\u001b[0m:150: in render\n\n canv = self._original_widget.render(size, focus=focus)\n\n\u001b[1m\u001b[31m.tox/py311-tests/lib/python3.11/site-packages/urwid/widget/widget.py\u001b[0m:113: in cached_render\n\n validate_size(self, size, canv)\n\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\n\n\nwidget = > right=1 width=11>\n\nsize = (10,), canv = \n\n\n\n def validate_size(widget, size, canv):\n\n \"\"\"\n\n Raise a WidgetError if a canv does not match size.\n\n \"\"\"\n\n if (size and size[1:] != (0,) and size[0] != canv.cols()) or (len(size) > 1 and size[1] != canv.rows()):\n\n> raise WidgetError(\n\n f\"Widget {widget!r} rendered ({canv.cols():d} x {canv.rows():d}) canvas when passed size {size!r}!\"\n\n )\n\n\u001b[1m\u001b[31mE urwid.widget.widget.WidgetError: Widget > right=1 width=11> rendered (11 x 1) canvas when passed size (10,)!\u001b[0m\n\n\n\n\u001b[1m\u001b[31m.tox/py311-tests/lib/python3.11/site-packages/urwid/widget/widget.py\u001b[0m:92: WidgetError\n\n\u001b[33m=============================== warnings summary ===============================\u001b[0m\n\ntests/backend_test.py:5\n\n /home/runner/work/khal/khal/tests/backend_test.py:5: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html\n\n import pkg_resources\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.11.7/x64/lib/python3.11/inspect.py:992: DeprecationWarning: urwid.lcd_display is moved to urwid.display.lcd\n\n if ismodule(module) and hasattr(module, '__file__'):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.11.7/x64/lib/python3.11/inspect.py:993: DeprecationWarning: urwid.lcd_display is moved to urwid.display.lcd\n\n f = module.__file__\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.11.7/x64/lib/python3.11/inspect.py:899: DeprecationWarning: urwid.lcd_display is moved to urwid.display.lcd\n\n if getattr(object, '__file__', None):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.11.7/x64/lib/python3.11/inspect.py:900: DeprecationWarning: urwid.lcd_display is moved to urwid.display.lcd\n\n return object.__file__\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.11.7/x64/lib/python3.11/inspect.py:992: DeprecationWarning: urwid.html_fragment is moved to urwid.display.html_fragment\n\n if ismodule(module) and hasattr(module, '__file__'):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.11.7/x64/lib/python3.11/inspect.py:993: DeprecationWarning: urwid.html_fragment is moved to urwid.display.html_fragment\n\n f = module.__file__\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.11.7/x64/lib/python3.11/inspect.py:899: DeprecationWarning: urwid.html_fragment is moved to urwid.display.html_fragment\n\n if getattr(object, '__file__', None):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.11.7/x64/lib/python3.11/inspect.py:900: DeprecationWarning: urwid.html_fragment is moved to urwid.display.html_fragment\n\n return object.__file__\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.11.7/x64/lib/python3.11/inspect.py:992: DeprecationWarning: urwid.web_display is moved to urwid.display.web\n\n if ismodule(module) and hasattr(module, '__file__'):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.11.7/x64/lib/python3.11/inspect.py:993: DeprecationWarning: urwid.web_display is moved to urwid.display.web\n\n f = module.__file__\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.11.7/x64/lib/python3.11/inspect.py:899: DeprecationWarning: urwid.web_display is moved to urwid.display.web\n\n if getattr(object, '__file__', None):\n\n\n\ntests/cli_test.py::test_no_vevent[]\n\n /opt/hostedtoolcache/Python/3.11.7/x64/lib/python3.11/inspect.py:900: DeprecationWarning: urwid.web_display is moved to urwid.display.web\n\n return object.__file__\n\n\n\n-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html\n\n\u001b[36m\u001b[1m=========================== short test summary info ============================\u001b[0m\n\n\u001b[31mFAILED\u001b[0m tests/ui/test_editor.py::\u001b[1mtest_convert_to_date\u001b[0m - urwid.widget.widget.WidgetError: Widget > right=1 width=11> rendered (11 x 1) canvas when passed size (10,)!\n\n\u001b[31m======= \u001b[31m\u001b[1m1 failed\u001b[0m, \u001b[32m330 passed\u001b[0m, \u001b[33m2 xfailed\u001b[0m, \u001b[33m2 xpassed\u001b[0m, \u001b[33m13 warnings\u001b[0m\u001b[31m in 5.48s\u001b[0m\u001b[31m =======\u001b[0m\n\n\u001b[1m\u001b[35mpy311-tests:\u001b[0m\u001b[31m exit 1 (6.08 seconds) /home/runner/work/khal/khal> py.test pid=1957\u001b[0m\n##[endgroup]\n\u001b[1m\u001b[35m.pkg:\u001b[0m\u001b[36m _exit\u001b[22m\u001b[2m>\u001b[0m python /opt/hostedtoolcache/Python/3.11.7/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\u001b[0m\n\u001b[31m py311-tests: FAIL code 1 (20.85=setup[14.77]+cmd[6.08] seconds)\u001b[39m\n\u001b[31m evaluation failed :( (20.93 seconds)\u001b[39m\n\u001b[0m\n##[error]Process completed with exit code 1.\n"}], "diff": "diff --git a/CHANGELOG.rst b/CHANGELOG.rst\nindex 5ea3a158..35af1b05 100644\n--- a/CHANGELOG.rst\n+++ b/CHANGELOG.rst\n@@ -12,6 +12,7 @@ may want to subscribe to `GitHub's tag feed\n not released yet\n \n * UPDATED REQUIREMENT urwid is now required >= 2.1.0\n+* FIX support urwid 2.4.2\n * optimization in ikhal when editing events in the far future or past\n * FIX an issue in ikhal with updating the view of the event list after editing\n an event\ndiff --git a/khal/ui/editor.py b/khal/ui/editor.py\nindex ff3fc1c8..82a9220e 100644\n--- a/khal/ui/editor.py\n+++ b/khal/ui/editor.py\n@@ -116,7 +116,7 @@ class DateEdit(urwid.WidgetWrap):\n monthdisplay: Literal['firstday', 'firstfullweek']='firstday',\n keybindings: Optional[Dict[str, List[str]]] = None,\n ) -> None:\n- datewidth = len(startdt.strftime(dateformat)) + 1\n+ datewidth = len(startdt.strftime(dateformat))\n self._dateformat = dateformat\n if startdt is None:\n startdt = dt.date.today()\n", "difficulty": 2, "changed_files": ["CHANGELOG.rst", "khal/ui/editor.py"], "commit_link": "https://github.com/pimutils/khal/tree/30546595f7b9988db4f7753f38025fae7cf8a067"} \ No newline at end of file