============================= test session starts ==============================
platform linux -- Python 3.10.12, pytest-9.0.3, pluggy-1.6.0
rootdir: /workspace/simpy
configfile: pyproject.toml
plugins: metadata-3.1.1, anyio-4.13.0, cov-7.1.0, json-report-1.5.0
collected 150 items / 10 deselected / 140 selected

tests/test_condition.py .....................                            [ 15%]
tests/test_environment.py ......                                         [ 19%]
tests/test_event.py .........                                            [ 25%]
tests/test_exceptions.py ..........                                      [ 32%]
tests/test_interrupts.py ..........                                      [ 40%]
tests/test_process.py .........                                          [ 46%]
tests/test_resources.py ........................................         [ 75%]
tests/test_rt.py .........                                               [ 81%]
tests/test_timeout.py .....                                              [ 85%]
tests/test_util.py ....................                                  [ 99%]
tests/test_version.py .                                                  [100%]

=============================== warnings summary ===============================
tests/test_benchmark.py:18
  /workspace/simpy/tests/test_benchmark.py:18: PytestUnknownMarkWarning: Unknown pytest.mark.benchmark - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.benchmark(group='frequent')

tests/test_benchmark.py:23
  /workspace/simpy/tests/test_benchmark.py:23: PytestUnknownMarkWarning: Unknown pytest.mark.benchmark - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.benchmark(group='frequent')

tests/test_benchmark.py:28
  /workspace/simpy/tests/test_benchmark.py:28: PytestUnknownMarkWarning: Unknown pytest.mark.benchmark - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.benchmark(group='frequent')

tests/test_benchmark.py:36
  /workspace/simpy/tests/test_benchmark.py:36: PytestUnknownMarkWarning: Unknown pytest.mark.benchmark - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.benchmark(group='frequent')

tests/test_benchmark.py:46
  /workspace/simpy/tests/test_benchmark.py:46: PytestUnknownMarkWarning: Unknown pytest.mark.benchmark - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.benchmark(group='targeted')

tests/test_benchmark.py:59
  /workspace/simpy/tests/test_benchmark.py:59: PytestUnknownMarkWarning: Unknown pytest.mark.benchmark - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.benchmark(group='targeted')

tests/test_benchmark.py:72
  /workspace/simpy/tests/test_benchmark.py:72: PytestUnknownMarkWarning: Unknown pytest.mark.benchmark - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.benchmark(group='targeted')

tests/test_benchmark.py:93
  /workspace/simpy/tests/test_benchmark.py:93: PytestUnknownMarkWarning: Unknown pytest.mark.benchmark - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.benchmark(group='simulation')

tests/test_benchmark.py:119
  /workspace/simpy/tests/test_benchmark.py:119: PytestUnknownMarkWarning: Unknown pytest.mark.benchmark - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.benchmark(group='simulation')

tests/test_benchmark.py:139
  /workspace/simpy/tests/test_benchmark.py:139: PytestUnknownMarkWarning: Unknown pytest.mark.benchmark - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.benchmark(group='simulation')

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
--------------------------------- JSON report ----------------------------------
report saved to: report.json
=============== 140 passed, 10 deselected, 10 warnings in 1.84s ================