summaryrefslogtreecommitdiff
path: root/src/_pytest/doctest.py
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2020-10-02 13:09:35 -0700
committerAnthony Sottile <asottile@umich.edu>2020-10-03 08:17:22 -0700
commitf295b0267d14017c95144ed191fbc8ba75aeb789 (patch)
tree97a6ed56631ec3f33a20ec773e93c46f1dc59b30 /src/_pytest/doctest.py
parent6ed07a1c2547667d1d2529ed8a3e457ef6d8f998 (diff)
downloadpytest-f295b0267d14017c95144ed191fbc8ba75aeb789.tar.gz
py36+: update the target version of black to py36
Diffstat (limited to 'src/_pytest/doctest.py')
-rw-r--r--src/_pytest/doctest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_pytest/doctest.py b/src/_pytest/doctest.py
index 817c9f9a8..bdbbc5197 100644
--- a/src/_pytest/doctest.py
+++ b/src/_pytest/doctest.py
@@ -260,7 +260,7 @@ class DoctestItem(pytest.Item):
*,
name: str,
runner: "doctest.DocTestRunner",
- dtest: "doctest.DocTest"
+ dtest: "doctest.DocTest",
):
# incompatible signature due to to imposed limits on sublcass
"""The public named constructor."""