benchmarks/test_regression.py .                                          [100%]

==================================== ERRORS ====================================
___________________ ERROR at setup of test_single_get__httpr ___________________
.venv/lib/python3.14/site-packages/pytest_asyncio/plugin.py:728: in pytest_fixture_setup
    return (yield)
--
    import httpr
E   ModuleNotFoundError: No module named 'httpr'
__________________ ERROR at setup of test_single_post__httpr ___________________
benchmarks/conftest.py:378: in httpr_mod
    import httpr
E   ModuleNotFoundError: No module named 'httpr'
________________ ERROR at setup of test_sequential_gets__httpr _________________
benchmarks/conftest.py:378: in httpr_mod
    import httpr
E   ModuleNotFoundError: No module named 'httpr'
________________ ERROR at setup of test_concurrent_gets__httpr _________________
benchmarks/conftest.py:378: in httpr_mod
    import httpr
E   ModuleNotFoundError: No module named 'httpr'
___________________ ERROR at setup of test_json_parse__httpr ___________________
benchmarks/conftest.py:378: in httpr_mod
    import httpr
E   ModuleNotFoundError: No module named 'httpr'
___________________ ERROR at setup of test_large_post__httpr ___________________
benchmarks/conftest.py:378: in httpr_mod
    import httpr
E   ModuleNotFoundError: No module named 'httpr'
_____________ ERROR at setup of test_heavy_sequential_gets__httpr ______________
benchmarks/conftest.py:378: in httpr_mod
    import httpr
E   ModuleNotFoundError: No module named 'httpr'
_____________ ERROR at setup of test_heavy_concurrent_gets__httpr ______________
benchmarks/conftest.py:378: in httpr_mod
    import httpr
E   ModuleNotFoundError: No module named 'httpr'
___________________ ERROR at setup of test_huge_post__httpr ____________________
benchmarks/conftest.py:378: in httpr_mod
    import httpr
E   ModuleNotFoundError: No module named 'httpr'
_____________ ERROR at setup of test_heavy_sequential_posts__httpr _____________
benchmarks/conftest.py:378: in httpr_mod
    import httpr
E   ModuleNotFoundError: No module named 'httpr'
__________________ ERROR at setup of test_client_churn__httpr __________________
benchmarks/conftest.py:378: in httpr_mod
    import httpr
E   ModuleNotFoundError: No module named 'httpr'
________________ ERROR at setup of test_large_json_parse__httpr ________________
benchmarks/conftest.py:378: in httpr_mod
    import httpr
E   ModuleNotFoundError: No module named 'httpr'
______________ ERROR at setup of test_nested_shallow_json__httpr _______________
benchmarks/conftest.py:378: in httpr_mod
    import httpr
E   ModuleNotFoundError: No module named 'httpr'
________________ ERROR at setup of test_nested_deep_json__httpr ________________
benchmarks/conftest.py:378: in httpr_mod
    import httpr
E   ModuleNotFoundError: No module named 'httpr'
________________ ERROR at setup of test_nested_wide_json__httpr ________________
benchmarks/conftest.py:378: in httpr_mod
    import httpr
