From b17b1d3ccbfbdddd5db1a3e0dcf79ba912d141bd Mon Sep 17 00:00:00 2001 From: Alexander Egorenkov Date: Sun, 18 Aug 2024 09:16:39 +0200 Subject: [PATCH] python3-libtmux: update to 0.37.0 Signed-off-by: Alexander Egorenkov --- srcpkgs/python3-libtmux/template | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template index 3c38e041e32..85333754bc5 100644 --- a/srcpkgs/python3-libtmux/template +++ b/srcpkgs/python3-libtmux/template @@ -1,18 +1,8 @@ # Template file for 'python3-libtmux' pkgname=python3-libtmux -version=0.31.0.post0 +version=0.37.0 revision=1 build_style=python3-pep517 -# Time-out tests fail when time-out takes too long -make_check_args=" - --deselect tests/test_pane.py::test_capture_pane - --deselect tests/test_test.py::test_function_times_out - --deselect tests/test_test.py::test_function_times_out_no_raise - --deselect tests/test_test.py::test_function_times_out_no_raise_assert - --deselect tests/legacy_api/test_test.py::test_function_times_out - --deselect tests/legacy_api/test_test.py::test_function_times_out_no_raise - --deselect tests/legacy_api/test_test.py::test_function_times_out_no_raise_assert -" make_check_target="tests" hostmakedepends="python3-poetry-core" depends="python3" @@ -23,7 +13,7 @@ license="MIT" homepage="https://libtmux.git-pull.com/" changelog="https://raw.githubusercontent.com/tmux-python/libtmux/master/CHANGES" distfiles="${PYPI_SITE}/l/libtmux/libtmux-${version}.tar.gz" -checksum=38fd419a4e1088bbe6fffac73af00c0741b3a60e476a1fe179be746812fa717c +checksum=21955c5dce6332db41abad5e26ae8c4062ef2b9a89099bd57a36f52be1d5270f pre_check() { vsed -i -e 's/tool.pytest.ini_options/&_disabled/' pyproject.toml