theatlantic / django-nested-admin

Django admin classes that allow for nested inlines
http://django-nested-admin.readthedocs.org/
Other
690 stars 97 forks source link

Declare pytest selenium marker #242

Open adamchainz opened 8 months ago

adamchainz commented 8 months ago

Fix this warning seen in the test run:

/.../site-packages/_pytest/nodes.py:356: PytestUnknownMarkWarning: Unknown pytest.mark.selenium - 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
  marker_ = getattr(MARK_GEN, marker)

Following the linked docs page.