From b7410ab911ad8faebe5f8be5f21b47bf2167c243 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 10 Jul 2024 14:38:24 -0400 Subject: [PATCH] Pin pytest-ruff on Windows. Workaround for businho/pytest-ruff#28; Closes #4467. --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) 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