Skip to content

Commit 602ce96

Browse files
committed
[nginxctl/tests/test_parser.py] Try and fix __name__ magic by explicitly inheriting from object
1 parent 0250849 commit 602ce96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginxctl/tests/test_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from nginxctl.pkg_utils import PythonPackageInfo
1919

2020

21-
class TestParser(TestCase):
21+
class TestParser(TestCase, object):
2222
maxDiff = 1200
2323

2424
def setUp(self):

0 commit comments

Comments
 (0)