diff --git a/pyproject.toml b/pyproject.toml index d427b58..b22a550 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ version_scheme = "post-release" local_scheme = "dirty-tag" [tool.pytest.ini_options] -addopts = "-rsx --tb=short" +addopts = "--tb=short" testpaths = "tests" xfail_strict = true filterwarnings = ["error"]