You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INTERNALERROR> File "/root/.local/share/virtualenvs/perma_web-kkDLCj8f/lib/python3.5/site-packages/pytest_django_ordering/plugin.py", line 10, in get_marker_transaction
INTERNALERROR> marker = test.get_marker('django_db')
INTERNALERROR> AttributeError: 'TestCaseFunction' object has no attribute 'get_marker'
get_marker was removed in pytest 4.1.0. The pytest changelog suggests using get_closest_marker instead.
The text was updated successfully, but these errors were encountered:
get_marker
was removed in pytest 4.1.0. The pytest changelog suggests using get_closest_marker instead.The text was updated successfully, but these errors were encountered: