tox: exclude poetry test.

This test stoppped tox from successfully completing its test suite.
This commit is contained in:
Érico Rolim 2021-02-20 17:27:45 -03:00 committed by Érico Nogueira Rolim
parent 2c8f830569
commit ad6b1a58f2

View file

@ -24,7 +24,8 @@ do_check() {
and not test_tox_quickstart_script \ and not test_tox_quickstart_script \
and not test_provision_cli_args_ignore \ and not test_provision_cli_args_ignore \
and not test_provision_interrupt_child \ 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() { post_install() {