From 8cdd197ba643eb2608c5aab87567625bb9336cee Mon Sep 17 00:00:00 2001
From: David Stes <55844484+cstes@users.noreply.github.com>
Date: Sun, 31 Mar 2024 18:41:25 +0200
Subject: [PATCH] opensmalltalk cog-spur: update to 5.0.3356

---
 components/python/pytest-relaxed/patches/01-test-disable-pytest-plugins.patch |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/components/python/pytest-relaxed/patches/01-test-disable-pytest-plugins.patch b/components/python/pytest-relaxed/patches/01-test-disable-pytest-plugins.patch
index e2c72d4..09b32a2 100644
--- a/components/python/pytest-relaxed/patches/01-test-disable-pytest-plugins.patch
+++ b/components/python/pytest-relaxed/patches/01-test-disable-pytest-plugins.patch
@@ -1,7 +1,7 @@
 Some pytest plugins needs to be disabled because they produce unexpected output.
 
---- pytest-relaxed-2.0.1/tests/test_collection.py.orig
-+++ pytest-relaxed-2.0.1/tests/test_collection.py
+--- pytest-relaxed-2.0.2/tests/test_collection.py.orig
++++ pytest-relaxed-2.0.2/tests/test_collection.py
 @@ -41,7 +41,7 @@
          """
          )
@@ -143,8 +143,8 @@
          )
 -        assert testdir.runpytest().ret is ExitCode.OK
 +        assert testdir.runpytest("-p", "no:black").ret is ExitCode.OK
---- pytest-relaxed-2.0.1/tests/test_display.py.orig
-+++ pytest-relaxed-2.0.1/tests/test_display.py
+--- pytest-relaxed-2.0.2/tests/test_display.py.orig
++++ pytest-relaxed-2.0.2/tests/test_display.py
 @@ -10,7 +10,7 @@
  
  

--
Gitblit v1.9.3