@@ -83,7 +83,7 @@ Example using ``strategies`` and ``given``
8383
8484 $ uv run pytest docs/test/test_hypothesis.py
8585 ============================= test session starts ==============================
86- platform darwin -- Python 3.13 .0, pytest-9.0.3, pluggy-1.6.0
86+ platform darwin -- Python 3.14 .0, pytest-9.0.3, pluggy-1.6.0
8787 rootdir: /Users/veit/cusy/trn/python-basics-tutorial-de
8888 plugins: hypothesis-6.152.1
8989 collected 1 item
@@ -123,7 +123,7 @@ Example using ``strategies`` and ``given``
123123
124124 C:> uv run pytest docs/test/test_hypothesis.py
125125 ============================= test session starts ==============================
126- platform darwin -- Python 3.13 .0, pytest-9.0.3, pluggy-1.6.0
126+ platform darwin -- Python 3.14 .0, pytest-9.0.3, pluggy-1.6.0
127127 rootdir: C:\Users\veit\python-basics-tutorial-de
128128 plugins: hypothesis-6.152.1
129129 collected 1 item
@@ -191,7 +191,7 @@ Example with regular expressions
191191
192192 $ uv run pytest docs/test/test_emails.py
193193 ============================= test session starts ==============================
194- platform darwin -- Python 3.13 .0, pytest-9.0.3, pluggy-1.6.0
194+ platform darwin -- Python 3.14 .0, pytest-9.0.3, pluggy-1.6.0
195195 rootdir: /Users/veit/cusy/trn/python-basics-tutorial-de
196196 configfile: pyproject.toml
197197 plugins: hypothesis-6.152.1
@@ -205,7 +205,7 @@ Example with regular expressions
205205 | File "/Users/veit/cusy/trn/python-basics-tutorial-de/docs/test/test_emails.py", line 12, in test_parse_email
206206 | def test_parse_email(email):
207207 | ^^^
208- | File "/Users/veit/cusy/trn/python-basics-tutorial-de/.venv/lib/python3.13 /site-packages/hypothesis/core.py", line 2264, in wrapped_test
208+ | File "/Users/veit/cusy/trn/python-basics-tutorial-de/.venv/lib/python3.14 /site-packages/hypothesis/core.py", line 2264, in wrapped_test
209209 | raise the_error_hypothesis_found
210210 | ExceptionGroup: Hypothesis found 2 distinct failures. (2 sub-exceptions)
211211 +-+---------------- 1 ----------------
@@ -243,7 +243,7 @@ Example with regular expressions
243243
244244 $ uv run pytest docs/test/test_emails_2.py
245245 ============================= test session starts ==============================
246- platform darwin -- Python 3.13 .0, pytest-9.0.3, pluggy-1.6.0
246+ platform darwin -- Python 3.14 .0, pytest-9.0.3, pluggy-1.6.0
247247 rootdir: /Users/veit/cusy/trn/python-basics-tutorial-de
248248 configfile: pyproject.toml
249249 plugins: hypothesis-6.152.1
0 commit comments