Skip to content

tests fail in newer python versions #65

Description

@aramosf

aramosf@hulk:~/osmo/CodeCome$ make tests
.venv/bin/python3 -m pytest -q tests
................................................................................................................ [ 13%]
................................................................................................................ [ 26%]
................................................................................................................ [ 39%]
................................................................................................................ [ 52%]
................................................................................................................ [ 65%]
................................................................................................................ [ 78%]
................................................................................................................ [ 92%]
................................................................... [100%]
=================================================== warnings summary ===================================================
tests/test_mock_llm_parity.py::TestMockLLMServer::test_models_endpoint
/home/aramosf/osmo/CodeCome/.venv/lib/python3.14/site-packages/_pytest/fixtures.py:1312: PytestRemovedIn10Warning: Class-scoped fixture defined as instance method is deprecated.
Instance attributes set in this fixture will NOT be visible to test methods,
as each test gets a new instance while the fixture runs only once per class.
Use @classmethod decorator and set attributes on cls instead.
See https://docs.pytest.org/en/stable/deprecations.html#class-scoped-fixture-as-instance-method
fixturefunc = resolve_fixture_function(fixturedef, request)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
851 passed, 1 warning in 75.60s (0:01:15)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions