Skip to content

Commit

Permalink
Backport PR #1462: lower required pytest version (#1464)
Browse files Browse the repository at this point in the history
Co-authored-by: Isaac Virshup <[email protected]>
  • Loading branch information
meeseeksmachine and ivirshup authored Apr 9, 2024
1 parent a99cc81 commit 64c58fa
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 @@ -83,7 +83,7 @@ doc = [
]
test = [
"loompy>=3.0.5",
"pytest>=8.1",
"pytest>=8.0",
"pytest-cov>=2.10",
"zarr",
"matplotlib",
Expand Down

0 comments on commit 64c58fa

Please sign in to comment.