From 1e5fef1a8c653f8be12b2aeadac3a818fa113f55 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Wed, 03 Apr 2024 18:39:00 +0200
Subject: [PATCH] python/types-requests: update to 2.31.0.20240403

---
 components/python/keyring/patches/01-pytest-8.1.1.patch |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/components/python/keyring/patches/01-pytest-8.1.1.patch b/components/python/keyring/patches/01-pytest-8.1.1.patch
new file mode 100644
index 0000000..e39cf96
--- /dev/null
+++ b/components/python/keyring/patches/01-pytest-8.1.1.patch
@@ -0,0 +1,27 @@
+Reverts https://github.com/jaraco/keyring/commit/6ff02e0eefcd90e271cefd326b460ecfa0e3eb9e
+We do have pytest 8.1.1
+
+--- keyring-25.1.0/pytest.ini.orig
++++ keyring-25.1.0/pytest.ini
+@@ -1,9 +1,6 @@
+ [pytest]
+ norecursedirs=dist build .tox .eggs
+-addopts=
+-	--doctest-modules
+-	--import-mode importlib
+-consider_namespace_packages=true
++addopts=--doctest-modules
+ filterwarnings=
+ 	## upstream
+ 
+--- keyring-25.1.0/setup.cfg.orig
++++ keyring-25.1.0/setup.cfg
+@@ -29,7 +29,7 @@
+ 
+ [options.extras_require]
+ testing = 
+-	pytest >= 6, != 8.1.1
++	pytest >= 6
+ 	pytest-checkdocs >= 2.4
+ 	pytest-cov
+ 	pytest-mypy

--
Gitblit v1.9.3