tox: exclude poetry test.
This test stoppped tox from successfully completing its test suite.
This commit is contained in:
parent
2c8f830569
commit
ad6b1a58f2
1 changed files with 2 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue