Skip to content

Commit c419a37

Browse files
committed
tests (xdoctest): Remove unused doctest flag
1 parent 0c03baa commit c419a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libvcs/projects/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def __init__(self, url, dir: StrOrPath, progress_callback=None, *args, **kwargs)
6767
... dir=str(tmp_path),
6868
... progress_callback=progress_cb
6969
... )
70-
>>> r.obtain() # doctest: +NORMALIZE_WHITESPACE +ELLIPSIS +REPORT_CDIFF
70+
>>> r.obtain()
7171
Cloning into '...'...
7272
remote: Enumerating objects: ..., done...
7373
remote: Counting objects: 100% (...), done...

0 commit comments

Comments
 (0)