Skip to content

Commit

Permalink
Pin test deps for now
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Feb 26, 2024
1 parent 1a79553 commit e0c6e4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ docs_extras = [
"m2r >= 0.3.1, == 0.3.*",
]
tests = [
"black >= 23.12.1",
"pylint >= 3.0.3",
"pytest-cov >= 4.1.0",
"pytest-xdist >= 3.5.0",
"black == 23.12.1",
"pylint == 3.0.3",
"pytest-cov == 4.1.0",
"pytest-xdist == 3.5.0",
]

[project.scripts]
Expand Down

0 comments on commit e0c6e4d

Please sign in to comment.