============================= test session starts ==============================
platform linux -- Python 3.13.13, pytest-9.1.0.dev370+g09f969fef, pluggy-1.6.0 -- /usr/local/bin/python
cachedir: .pytest_cache
hypothesis profile 'default'
rootdir: /tmp
configfile: pytest.ini
plugins: hypothesis-6.155.2
collecting ... collected 1 item

../tmp/test_pastebin_temp.py::test_something PASSED                      [100%]

=============================== warnings summary ===============================
src/_pytest/pastebin.py:39
  /testbed/src/_pytest/pastebin.py:39: PytestRemovedIn10Warning: The --pastebin option is deprecated and will be removed in pytest 10.
  Please use an external plugin like pytest-pastebin instead.
  See https://docs.pytest.org/en/stable/deprecations.html#pastebin-option
    config.issue_config_time_warning(

src/_pytest/config/__init__.py:1421
  /testbed/src/_pytest/config/__init__.py:1421: PytestConfigWarning: Unknown config option: pastebin
  
    self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
======================== 1 passed, 2 warnings in 0.11s =========================
