Skip to content

Commit

Permalink
Add pin message
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jan 29, 2024
1 parent ea8b825 commit 2812db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies:
- pre-commit
- pybtex
- pylint
- pytest <8.0 # pinned due to breakage with xdoctest. See:
- pytest <8.0 # Pinned due to breakage with xdoctest. See: https://github.com/Erotemic/xdoctest/issues/151
- pytest-cov
- pytest-socket
- pytest-xdist >=3.2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dev = [
"pre-commit >=2.9",
"pybtex",
"pylint",
"pytest <8.0",
"pytest <8.0", # Pinned due to breakage with xdoctest. See: https://github.com/Erotemic/xdoctest/issues/151
"pytest-cov",
"pytest-socket",
"pytest-xdist[psutil] >=3.2",
Expand Down

0 comments on commit 2812db8

Please sign in to comment.