cancervariants / metakb

Central repository for the VICC metakb web application
MIT License
14 stars 4 forks source link

Don't apply marks to fixtures in tests #348

Closed jsstevenson closed 3 weeks ago

jsstevenson commented 3 weeks ago
/Users/jss009/code/metakb/.venv/lib/python3.12/site-packages/_pytest/fixtures.py:1314: PytestRemovedIn9Warning: Marks applied to fixtures have no effect                                                                                                       
  See docs: https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function                                                                                                                                                            
    return fixture_marker(fixture_function)                                                                                     

This apparently doesn't do anything per the docs, but it's coming up as a warning -- we should fix

github-actions[bot] commented 3 weeks ago

Closed by #358.