Skip to content

Commit

Permalink
Merge pull request #4468 from pypa/debt/pytest-ruff-pins
Browse files Browse the repository at this point in the history
Move project-specific pins out of upstream.
  • Loading branch information
jaraco authored Jul 10, 2024
2 parents b7410ab + 28a2a56 commit 634d81d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ test = [
"pytest-cov",
"pytest-mypy",
"pytest-enabler >= 2.2",
# workaround for pypa/setuptools#3921
'pytest-ruff >= 0.3.2; sys_platform != "cygwin"',
"pytest-ruff >= 0.2.1; sys_platform != 'cygwin'",

# local
"virtualenv>=13.0.0",
Expand All @@ -66,6 +65,10 @@ test = [
"importlib_metadata",
"pytest-subprocess",

# require newer pytest-ruff than upstream for pypa/setuptools#4368
# also exclude cygwin for pypa/setuptools#3921
'pytest-ruff >= 0.3.2; sys_platform != "cygwin"',

# workaround for pypa/setuptools#4333
"pyproject-hooks!=1.1",

Expand Down

0 comments on commit 634d81d

Please sign in to comment.