============================= test session starts ============================== platform linux -- Python 3.11.2, pytest-9.1.1, pluggy-1.6.0 -- /usr/bin/python3 rootdir: /tmp/pytest-of-root/pytest-21/test_non_ascii_paste_text0 plugins: xdist-3.8.0, cov-7.1.0 collected 1 item test_unicode.py F [100%] =================================== FAILURES =================================== _____________________________________ test _____________________________________ def test(): > assert '☺' == 1 E AssertionError: assert '☺' == 1 test_unicode.py:3: AssertionError =============================== warnings summary =============================== ../../../../usr/local/lib/python3.11/dist-packages/_pytest/pastebin.py:38 /usr/local/lib/python3.11/dist-packages/_pytest/pastebin.py:38: PytestRemovedIn10Warning: The --pastebin option is deprecated. The functionality is now available in an external plugin package, pytest-pastebin. See https://docs.pytest.org/en/stable/deprecations.html#the-pastebin-option config.issue_config_time_warning(PASTEBIN, 2) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED test_unicode.py::test - AssertionError: assert '☺' == 1 ========================= 1 failed, 1 warning in 0.01s =========================