From 468b80c6ff78a6be49ea9ed8b5a4008a856e6664 Mon Sep 17 00:00:00 2001 From: Ricky Sexton Date: Sat, 16 Nov 2024 07:55:22 -0700 Subject: [PATCH] changed pytest version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 63476de..775a583 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dynamic = [ [project.optional-dependencies] test = [ - "pytest>=6.0", + "pytest>=8.0", "pytest-xdist>=2.5", "pytest-cov>=3.0", ] @@ -54,7 +54,7 @@ py-modules = [] [tool.pytest.ini_options] minversion = "8.0" testpaths = [ - "tests", + "basicrta/tests", ] [tool.black]