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
I am new to pytest, so maybe I misunderstand something.
I installed your plugin and got:
...
TERNALERROR> File ".../site-packages/pytest_django_ordering/plugin.py", line 13, in get_marker_transaction
INTERNALERROR> return marker.transaction
INTERNALERROR> AttributeError: 'MarkInfo' object has no attribute 'transaction'
I could fix this by replacing marker.transaction with marker.kwargs['transaction']
The text was updated successfully, but these errors were encountered:
I am new to pytest, so maybe I misunderstand something.
I installed your plugin and got:
I could fix this by replacing
marker.transaction
withmarker.kwargs['transaction']
The text was updated successfully, but these errors were encountered: