Skip to content

Commit

Permalink
Move workaround for #3921 to the local section, restoring upstream to…
Browse files Browse the repository at this point in the history
… match upstream.
  • Loading branch information
jaraco committed Jul 10, 2024
1 parent b7410ab commit fc5c0ce
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",

# 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 fc5c0ce

Please sign in to comment.