Skip to content

Commit 1396ca6

Browse files
committed
compat: state in the module docstring that it also contains utilities
Maybe it's not ideal but that's the current reality, and I wouldn't like to break tradition by renaming the file.
1 parent 184f5f1 commit 1396ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# mypy: allow-untyped-defs
2-
"""Python version compatibility code."""
2+
"""Python version compatibility code and random general utilities."""
33

44
from __future__ import annotations
55

0 commit comments

Comments
 (0)