Skip to content

Commit

Permalink
upgrade min pytest version to exclude py lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan committed Nov 29, 2022
1 parent 988951c commit de9a4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sphinx = {version = "*", optional = true}
# EXTRA toml
tomli = { version = "*", optional = true }
# EXTRA testing
pytest = { version = ">=6.0", optional = true }
pytest = { version = ">=7.2", optional = true }
pytest-cov = {version = ">=3.0", optional = true}
coverage = {extras = ["toml"], version = ">=6.0", optional = true}
coverage-conditional-plugin = { version = ">=0.5", optional = true }
Expand Down

0 comments on commit de9a4ae

Please sign in to comment.