yourlabs / django-autocomplete-light

A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.
https://django-autocomplete-light.readthedocs.io
MIT License
1.79k stars 466 forks source link

Remove 'plugins' from pytest.ini #1325

Closed adamchainz closed 1 year ago

adamchainz commented 1 year ago

pytest warns about this key:

../.tox/py310-dj42/lib/python3.10/site-packages/_pytest/config/__init__.py:1302
  /Users/chainz/Documents/Projects/django-autocomplete-light/.tox/py310-dj42/lib/python3.10/site-packages/_pytest/config/__init__.py:1302: PytestConfigWarning: Unknown config option: plugins

    self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")

I thought it might be an old thing but I also can't find mention in the pytest changelog: https://docs.pytest.org/en/stable/changelog.html

Anyway, the tests work without it set, still loading the splinter plugin.