Skip to content

Commit

Permalink
Remove workaround for pytest-dev/pytest#3396.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Apr 25, 2024
1 parent 8836704 commit 2133cd8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jaraco/mongodb/oplog.py
Expand Up @@ -51,9 +51,8 @@ def parse_args(*args, **kwargs):
>>> len(renames)
2
"..." below should be "jaraco." but for pytest-dev/pytest#3396
>>> type(renames)
<class '...mongodb.oplog.Renamer'>
<class 'jaraco.mongodb.oplog.Renamer'>
"""
parser = argparse.ArgumentParser(add_help=False)

Expand Down

0 comments on commit 2133cd8

Please sign in to comment.