Skip to content

Commit 0b40d65

Browse files
committed
Remove default value from the scope argument of
DependencyManager.getManager().
1 parent 6e5a91a commit 0b40d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_dependency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class DependencyManager(object):
5555
}
5656

5757
@classmethod
58-
def getManager(cls, item, scope='module'):
58+
def getManager(cls, item, scope):
5959
"""Get the DependencyManager object from the node at scope level.
6060
Create it, if not yet present.
6161
"""

0 commit comments

Comments
 (0)