From c028ccd8bf35334f2185c77b3d42e6cd4e78af1f Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Sat, 06 Apr 2024 21:13:40 +0200
Subject: [PATCH] Add pydantic_core Python project

---
 components/python/parso/test/results-all.master |   25 ++++++++++---------------
 1 files changed, 10 insertions(+), 15 deletions(-)

diff --git a/components/python/parso/test/results-3.9.master b/components/python/parso/test/results-all.master
similarity index 98%
rename from components/python/parso/test/results-3.9.master
rename to components/python/parso/test/results-all.master
index af92c57..854e7cd 100644
--- a/components/python/parso/test/results-3.9.master
+++ b/components/python/parso/test/results-all.master
@@ -1,8 +1,9 @@
 ============================= test session starts ==============================
 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
 cachedir: .pytest_cache
-hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples')
-rootdir: $(@D), configfile: pytest.ini, testpaths: parso, test
+rootdir: $(@D)
+configfile: pytest.ini
+testpaths: parso, test
 collecting ... collected 1351 items
 
 parso/__init__.py::parso PASSED
@@ -923,8 +924,8 @@
 test/test_python_errors.py::test_python_exception_matches[[1,2] += 1] PASSED
 test/test_python_errors.py::test_python_exception_matches[[False and (i:= 0) for i, j in range(5)]] PASSED
 test/test_python_errors.py::test_python_exception_matches[[[(i:= i) for j in range(5)] for i in range(5)]] PASSED
-test/test_python_errors.py::test_python_exception_matches[[] += 10] PASSED
-test/test_python_errors.py::test_python_exception_matches[[] += 11] PASSED
+test/test_python_errors.py::test_python_exception_matches[[] += 1_0] PASSED
+test/test_python_errors.py::test_python_exception_matches[[] += 1_1] PASSED
 test/test_python_errors.py::test_python_exception_matches[[]: int] PASSED
 test/test_python_errors.py::test_python_exception_matches[[a, 1] += 3] PASSED
 test/test_python_errors.py::test_python_exception_matches[[a, b] += 3] PASSED
@@ -973,11 +974,11 @@
 test/test_python_errors.py::test_python_exception_matches[async def foo(): await x = 3] PASSED
 test/test_python_errors.py::test_python_exception_matches[async def foo(): del await x] PASSED
 test/test_python_errors.py::test_python_exception_matches[async def foo(): yield from []] PASSED
-test/test_python_errors.py::test_python_exception_matches[async def foo():\n yield x\n return 10] PASSED
-test/test_python_errors.py::test_python_exception_matches[async def foo():\n yield x\n return 11] PASSED
+test/test_python_errors.py::test_python_exception_matches[async def foo():\n yield x\n return 1_0] PASSED
+test/test_python_errors.py::test_python_exception_matches[async def foo():\n yield x\n return 1_1] PASSED
 test/test_python_errors.py::test_python_exception_matches[b"" "" b"" ""] PASSED
-test/test_python_errors.py::test_python_exception_matches[b"" = 10] PASSED
-test/test_python_errors.py::test_python_exception_matches[b"" = 11] PASSED
+test/test_python_errors.py::test_python_exception_matches[b"" = 1_0] PASSED
+test/test_python_errors.py::test_python_exception_matches[b"" = 1_1] PASSED
 test/test_python_errors.py::test_python_exception_matches[b"\\"] PASSED
 test/test_python_errors.py::test_python_exception_matches[b"\\x"] PASSED
 test/test_python_errors.py::test_python_exception_matches[b"\xe4"] PASSED
@@ -1357,10 +1358,4 @@
 test/test_utils.py::test_split_lines[asd\r\n\x0c-expected_result7-True] PASSED
 test/test_utils.py::test_utf8_bom PASSED
 
-=============================== warnings summary ===============================
-../../../../../../../..$(PYTHON_DIR)/vendor-packages/pytest_freezegun.py:17: 2702 warnings
-  $(PYTHON_DIR)/vendor-packages/pytest_freezegun.py:17: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
-    if LooseVersion(pytest.__version__) < LooseVersion('3.6.0'):
-
--- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
-======== 1351 passed, 2702 warnings ========
+======== 1351 passed ========

--
Gitblit v1.9.3