diff --git a/pyproject.toml b/pyproject.toml index 2672b0d97c..b8d0116b54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,6 +70,9 @@ test = [ "pyproject-hooks!=1.1", "jaraco.test", + + # workaround for businho/pytest-ruff#28 + 'pytest-ruff < 0.4; platform_system == "Windows"', ] doc = [ # upstream