Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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