From 5fe02f910e2a2c22155d566ab13bab1eb5ff8183 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Fri, 22 Mar 2024 12:10:19 +0100
Subject: [PATCH] python/pytest-checkdocs: update to 2.11.0

---
 components/python/pytest-checkdocs/patches/01-no-ruff.patch |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/components/python/pytest-checkdocs/patches/01-no-ruff.patch b/components/python/pytest-checkdocs/patches/01-no-ruff.patch
index 8d094d4..87c3b06 100644
--- a/components/python/pytest-checkdocs/patches/01-no-ruff.patch
+++ b/components/python/pytest-checkdocs/patches/01-no-ruff.patch
@@ -1,13 +1,13 @@
 We have no pytest-ruff support yet.
 see https://github.com/tikv/jemallocator/issues/58
 
---- pytest-checkdocs-2.10.0/setup.cfg.orig
-+++ pytest-checkdocs-2.10.0/setup.cfg
-@@ -39,7 +39,6 @@
- 	pytest-mypy >= 0.9.1; \
+--- pytest-checkdocs-2.11.0/setup.cfg.orig
++++ pytest-checkdocs-2.11.0/setup.cfg
+@@ -28,7 +28,6 @@
+ 	pytest-mypy; \
  	python_implementation != "PyPy"
  	pytest-enabler >= 2.2
--	pytest-ruff
+-	pytest-ruff >= 0.2.1
  	
  	types-docutils  # pytest-checkdocs#13
  docs = 

--
Gitblit v1.9.3