Update fixtures.py

fix ambigious phrasing in comment
This commit is contained in:
John Litborn 2024-03-31 12:14:49 +02:00 committed by GitHub
parent a2a7654a67
commit 6bbd2b2184
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1036,7 +1036,7 @@ class FixtureDef(Generic[FixtureValue]):
def execute(self, request: SubRequest) -> FixtureValue:
"""Return the value of this fixture, executing it if not cached."""
# Ensure dependent fixtures that this fixture requests are loaded.
# Ensure that the dependent fixtures requested by this fixture are loaded.
# This needs to be done before checking if we have a cached value, since
# if a dependent fixture has their cache invalidated, e.g. due to
# parametrization, they finalize themselves and fixtures depending on it