From f8847e1f1995beb98eeb7eb6aa1db3fa47b3b727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Sat, 20 Feb 2021 17:27:45 -0300 Subject: [PATCH] tox: exclude poetry test. This test stoppped tox from successfully completing its test suite. --- srcpkgs/tox/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template index 8e6a6daa8ef..8f0aada772c 100644 --- a/srcpkgs/tox/template +++ b/srcpkgs/tox/template @@ -24,7 +24,8 @@ do_check() { and not test_tox_quickstart_script \ and not test_provision_cli_args_ignore \ and not test_provision_interrupt_child \ - and not test_provision_non_canonical_dep" + and not test_provision_non_canonical_dep \ + and not test_package_poetry" } post_install() {