From f59a7d42fb19639c90bc3cee7a552490ebf291a8 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 15 Feb 2023 21:24:35 -0600 Subject: update to latest pytest-subtests and add the new flag (#8301) * update to latest pytest-subtests and add the new flag * crimez * lol --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index e4f17dc5f..1f1a8ab49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ line-length = 79 target-version = ["py36"] [tool.pytest.ini_options] -addopts = "-r s --capture=no --strict-markers --benchmark-disable" +addopts = "-r s --capture=no --strict-markers --benchmark-disable --no-subtests-shortletter" markers = [ "skip_fips: this test is not executed in FIPS mode", "supported: parametrized test requiring only_if and skip_message", -- cgit v1.2.1