============================= test session starts ============================== platform linux -- Python 3.12.13, pytest-0.1.dev17328+g09f969fef.d20260729, pluggy-1.6.0 -- /usr/local/bin/python rootdir: /tmp plugins: hypothesis-6.155.2 collected 2 items ../tmp/test_paste.py .F [100%] =================================== FAILURES =================================== __________________________________ test_fail ___________________________________ def test_fail(): > assert 0 E assert 0 /tmp/test_paste.py:4: AssertionError =============================== warnings summary =============================== src/_pytest/pastebin.py:38 /testbed/src/_pytest/pastebin.py:38: PytestDeprecationWarning: The --pastebin option is deprecated. The pastebin plugin is being phased out of the core distribution. See https://docs.pytest.org/en/stable/deprecations.html#pastebin-option for more details. config.issue_config_time_warning(PASTEBIN_OPTION, stacklevel=2) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED ../tmp/test_paste.py::test_fail - assert 0 ==================== 1 failed, 1 passed, 1 warning in 0.02s ====================