Skip to content

Commit

Permalink
pin pytest==8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed May 22, 2024
1 parent 5af4040 commit 3145f4e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
2 changes: 2 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
# link to other information that will help people in the future to remove the
# pin when possible. Writing an issue against the offending project and
# linking to it here is good.

pytest==8.2.0
3 changes: 2 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,9 @@ pyproject-hooks==1.1.0
# -r requirements/quality.txt
# build
# pip-tools
pytest==8.2.1
pytest==8.2.0
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
# pylint-pytest
# pytest-mock
Expand Down
3 changes: 2 additions & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ pygments==2.18.0
# doc8
# pudb
# sphinx
pytest==8.2.1
pytest==8.2.0
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# pytest-mock
pytest-mock==3.14.0
Expand Down
3 changes: 2 additions & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,9 @@ pylint-pytest==1.1.7
# via -r requirements/quality.in
pyproject-hooks==1.1.0
# via build
pytest==8.2.1
pytest==8.2.0
# via
# -c requirements/constraints.txt
# -r requirements/doc.txt
# -r requirements/test.txt
# pylint-pytest
Expand Down
6 changes: 4 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ pudb==2024.1
# via -r requirements/test.in
pygments==2.18.0
# via pudb
pytest==8.2.1
# via pytest-mock
pytest==8.2.0
# via
# -c requirements/constraints.txt
# pytest-mock
pytest-mock==3.14.0
# via -r requirements/test.in
python-dateutil==2.9.0.post0
Expand Down
1 change: 1 addition & 0 deletions src/scriv/changelog.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""Changelog and Fragment definitions for Scriv."""

import colorsys
import datetime
import logging
from pathlib import Path
Expand Down

0 comments on commit 3145f4e

Please sign in to comment.