Alberto Donato has proposed merging ~ack/maas:no-perftest-normal-test-run into maas:master.
Commit message: exclude perftests from normal tests runs Requested reviews: MAAS Maintainers (maas-maintainers) For more details, see: https://code.launchpad.net/~ack/maas/+git/maas/+merge/443657 -- Your team MAAS Committers is subscribed to branch maas:master.
diff --git a/pyproject.toml b/pyproject.toml index 06f66e6..ac62abf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,3 +46,4 @@ filterwarnings = "error::BytesWarning" testpaths = [ "src/tests", ] +addopts = "--ignore=src/tests/maasperf"
-- Mailing list: https://launchpad.net/~sts-sponsors Post to : [email protected] Unsubscribe : https://launchpad.net/~sts-sponsors More help : https://help.launchpad.net/ListHelp

