From e2a1ca5fdd0d9137f59df5a3e08589a4d2a35704 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> Date: Fri, 13 Jan 2023 16:13:41 -0800 Subject: [PATCH] TST: Sync pyproject.toml Pytest version with min deps --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0308f86beb0d4..dc237d32c022c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -356,7 +356,7 @@ disable = [ [tool.pytest.ini_options] # sync minversion with pyproject.toml & install.rst -minversion = "6.0" +minversion = "7.0" addopts = "--strict-data-files --strict-markers --strict-config --capture=no --durations=30 --junitxml=test-data.xml" empty_parameter_set_mark = "fail_at_collect" xfail_strict = true