We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7410ab + 28a2a56 commit 634d81dCopy full SHA for 634d81d
pyproject.toml
@@ -39,8 +39,7 @@ test = [
39
"pytest-cov",
40
"pytest-mypy",
41
"pytest-enabler >= 2.2",
42
- # workaround for pypa/setuptools#3921
43
- 'pytest-ruff >= 0.3.2; sys_platform != "cygwin"',
+ "pytest-ruff >= 0.2.1; sys_platform != 'cygwin'",
44
45
# local
46
"virtualenv>=13.0.0",
@@ -66,6 +65,10 @@ test = [
66
65
"importlib_metadata",
67
"pytest-subprocess",
68
+ # require newer pytest-ruff than upstream for pypa/setuptools#4368
69
+ # also exclude cygwin for pypa/setuptools#3921
70
+ 'pytest-ruff >= 0.3.2; sys_platform != "cygwin"',
71
+
72
# workaround for pypa/setuptools#4333
73
"pyproject-hooks!=1.1",
74
0 commit comments