tox: exclude poetry test.
This test stoppped tox from successfully completing its test suite.
This commit is contained in:
committed by
Érico Nogueira Rolim
parent
2c8f830569
commit
ad6b1a58f2
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user