============================= test session starts ==============================
platform linux -- Python 3.13.14, pytest-9.1.1, pluggy-1.6.0 -- /sandbox/agent_deps_runtime/bin/python3
rootdir: /sandbox/tmp/pytest-of-root/pytest-0/test_non_ascii_paste_text0
plugins: anyio-4.15.1, hydra-core-1.3.7, devtools-0.12.2
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 ===============================
../../../../agent_deps_runtime/lib/python3.13/site-packages/_pytest/pastebin.py:38
  /sandbox/agent_deps_runtime/lib/python3.13/site-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 =========================
