mirror of https://github.com/pytest-dev/pytest.git
fixup: restore comment for Config.cache
This commit is contained in:
parent
e60afd5af2
commit
4f7ada5b6a
|
@ -1010,6 +1010,7 @@ class Config:
|
|||
object.__setattr__(self, "plugins", plugins)
|
||||
object.__setattr__(self, "dir", dir)
|
||||
|
||||
# Set by cacheprovider plugin.
|
||||
cache: Cache
|
||||
|
||||
class ArgsSource(enum.Enum):
|
||||
|
|
Loading…
Reference in New Issue