From 1e0780ec1a7f75c09b2922a477214601186562aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20D=C4=85browski?= <51504507+mdabrowski1990@users.noreply.github.com> Date: Thu, 9 May 2024 16:08:08 +0200 Subject: [PATCH] Update pyproject.toml change pytest minversion --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c82c6fb..3b251257 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,7 +120,7 @@ include = [ [tool.pytest.ini_options] -minversion = "8.0" +minversion = "7.0" markers = [ "integration: Software integration tests.", "performance: Performance (non-functional) tests."