From 11cd3607f21207430dcdf0da500f91647e15c5e8 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Tue, 09 Apr 2024 21:16:11 +0200
Subject: [PATCH] python/hypothesis: update to 6.100.1

---
 components/python/hypothesis/patches/05-pytest-reporter.patch |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/components/python/hypothesis/patches/05-pytest-reporter.patch b/components/python/hypothesis/patches/05-pytest-reporter.patch
index 66b08d3..45f69f3 100644
--- a/components/python/hypothesis/patches/05-pytest-reporter.patch
+++ b/components/python/hypothesis/patches/05-pytest-reporter.patch
@@ -1,7 +1,7 @@
 https://github.com/christiansandberg/pytest-reporter/issues/8
 
---- hypothesis-hypothesis-python-6.100.0/hypothesis-python/tests/nocover/test_baseexception.py.orig
-+++ hypothesis-hypothesis-python-6.100.0/hypothesis-python/tests/nocover/test_baseexception.py
+--- hypothesis-hypothesis-python-6.100.1/hypothesis-python/tests/nocover/test_baseexception.py.orig
++++ hypothesis-hypothesis-python-6.100.1/hypothesis-python/tests/nocover/test_baseexception.py
 @@ -125,6 +125,6 @@
          exception=exc_name, strategy="things()" if use_composite else "st.none()"
      )
@@ -10,8 +10,8 @@
 +    pytest_stdout = str(testdir.runpytest_inprocess(test_file, "--tb=native", "-p", "no:reporter").stdout)
      assert "x=101" in pytest_stdout
      assert exc_name in pytest_stdout
---- hypothesis-hypothesis-python-6.100.0/hypothesis-python/tests/nocover/test_scrutineer.py.orig
-+++ hypothesis-hypothesis-python-6.100.0/hypothesis-python/tests/nocover/test_scrutineer.py
+--- hypothesis-hypothesis-python-6.100.1/hypothesis-python/tests/nocover/test_scrutineer.py.orig
++++ hypothesis-hypothesis-python-6.100.1/hypothesis-python/tests/nocover/test_scrutineer.py
 @@ -54,7 +54,7 @@
      test_file = str(testdir.makepyfile(file_contents))
      pytest_stdout = str(

--
Gitblit v1.9.3