Skip to content

Commit

Permalink
Update reference pytest.Store -> pytest.Stash
Browse files Browse the repository at this point in the history
The name changed.

[skip ci]
  • Loading branch information
bluetech committed Nov 28, 2021
1 parent 685e9f6 commit 14c0478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_django/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def _django_db_marker(request) -> None:
if marker:
transaction, reset_sequences, databases = validate_django_db(marker)

# TODO: Use pytest Store (item.store) once that's stable.
# TODO: Use pytest Stash (item.stash) once that's stable.
request.node._pytest_django_databases = databases

if reset_sequences:
Expand Down

0 comments on commit 14c0478

Please sign in to comment.