Skip to content

Commit

Permalink
changed pytest version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsexton2 committed Nov 16, 2024
1 parent 58f64ef commit 468b80c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dynamic = [

[project.optional-dependencies]
test = [
"pytest>=6.0",
"pytest>=8.0",
"pytest-xdist>=2.5",
"pytest-cov>=3.0",
]
Expand All @@ -54,7 +54,7 @@ py-modules = []
[tool.pytest.ini_options]
minversion = "8.0"
testpaths = [
"tests",
"basicrta/tests",
]

[tool.black]
Expand Down

0 comments on commit 468b80c

Please sign in to comment.