Skip to content

Commit

Permalink
pin pytest < 8; see #1220
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Jan 29, 2024
1 parent 25c04ca commit 87eea28
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 @@ -59,7 +59,7 @@ full = [
]

# Dependencies for running the test infrastructure
test = ["mne_bids[full]", "pytest", "pytest-cov", "pytest-sugar", "ruff"]
test = ["mne_bids[full]", "pytest < 8", "pytest-cov", "pytest-sugar", "ruff"]

# Dependencies for building the documentation
doc = [
Expand Down

0 comments on commit 87eea28

Please sign in to comment.