Remove some unused 'tmpdir's

This commit is contained in:
Matthew Hughes
2021-02-20 18:01:42 +00:00
parent 4964b468c8
commit 0e5e4e03e6
3 changed files with 3 additions and 5 deletions

View File

@@ -274,7 +274,7 @@ class TestFunction:
pytester.makepyfile(
"""
class A(object):
def __call__(self, tmpdir):
def __call__(self):
0/0
test_a = A()