perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / pydiff / test / results-all.master
blob38094a8604b3144133c6e4af175f84bbbbe5e924
1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples')
5 rootdir: $(@D)
6 asyncio: mode=strict
7 collecting ... collected 6 items
9 ::project PASSED
10 test_pydiff.py::UnitTests::test_diff_bytecode PASSED
11 test_pydiff.py::UnitTests::test_diff_bytecode_of_files PASSED
12 test_pydiff.py::UnitTests::test_diff_bytecode_should_ignore_docstrings PASSED
13 test_pydiff.py::UnitTests::test_disassemble PASSED
14 test_pydiff.py::UnitTests::test_disassemble_with_bad_syntax PASSED
16 =============================== warnings summary ===============================
17 test_pydiff.py::UnitTests::test_diff_bytecode_of_files
18   $(@D)/pydiff.py:134: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
19     from lib2to3.pgen2 import tokenize as lib2to3_tokenize
21 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
23 ======== 6 passed, 1 warning ========