diff --git a/Remove-optional-or-unpackaged-test-deps.patch b/Remove-optional-or-unpackaged-test-deps.patch index 05f31b4..4b6674d 100644 --- a/Remove-optional-or-unpackaged-test-deps.patch +++ b/Remove-optional-or-unpackaged-test-deps.patch @@ -1,24 +1,22 @@ -From 4eb2c01dcbfd0782fed8910bd617ac6880bfd801 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= -Date: Fri, 8 Mar 2024 10:40:26 +0100 +From 491fbcc4dacf59d27fe76d8e3c700746d4fe4a9a Mon Sep 17 00:00:00 2001 +From: Karolina Surma +Date: Thu, 2 May 2024 11:39:09 +0200 Subject: [PATCH] Remove optional or unpackaged test deps -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit Co-authored-by: Karolina Surma Co-authored-by: Miro HronĨok Co-authored-by: Charalampos Stratakis Co-authored-by: Lumir Balhar +Co-authored-by: Tomas Hrnciar --- - setup.cfg | 11 ----------- - 1 file changed, 11 deletions(-) + setup.cfg | 13 ------------- + 1 file changed, 13 deletions(-) diff --git a/setup.cfg b/setup.cfg -index c1133a7..3aea015 100644 +index c1133a7..69638e3 100644 --- a/setup.cfg +++ b/setup.cfg -@@ -40,13 +40,6 @@ exclude = +@@ -40,14 +40,6 @@ exclude = [options.extras_require] testing = pytest >= 6 @@ -29,10 +27,11 @@ index c1133a7..3aea015 100644 - python_implementation != "PyPy" - pytest-enabler >= 2.2 - pytest-ruff >= 0.2.1; sys_platform != "cygwin" - +- virtualenv>=13.0.0 wheel -@@ -56,13 +49,9 @@ testing = + pip>=19.1 # For proper file:// URLs support. +@@ -56,15 +48,10 @@ testing = pytest-xdist>=3 # Dropped dependency on pytest-fork and py jaraco.path>=3.2.0 build[virtualenv] @@ -44,8 +43,10 @@ index c1133a7..3aea015 100644 - sys_platform != "cygwin" - jaraco.develop >= 7.21; python_version >= "3.9" and sys_platform != "cygwin" pytest-home >= 0.5 - mypy==1.9 # pin mypy version so a new version doesn't suddenly cause the CI to fail +- mypy==1.9 # pin mypy version so a new version doesn't suddenly cause the CI to fail tomli + importlib_metadata + testing-integration = -- -2.43.2 +2.44.0