From 422deec83308edda99fda45c70cfdfc9e5287458 Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Thu, 13 May 2021 17:34:27 -0500 Subject: [PATCH 1/2] add pytest config --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 1889c6a5da..7489ab1902 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,3 +12,7 @@ exclude = ''' )/ ) ''' + +[tool.pytest.ini_options] +minversion = "6.0" +#addopts = "" From 49958a39eb77b7b8a1284ff4cb21ef022f2fc921 Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Sat, 29 May 2021 19:06:23 -0500 Subject: [PATCH 2/2] add -l to pytest opts --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7489ab1902..0747dbabfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,4 +15,4 @@ exclude = ''' [tool.pytest.ini_options] minversion = "6.0" -#addopts = "" +addopts = "-l"