Skip to content

Commit 0d4289b

Browse files
d-w-moorealanking
authored andcommitted
[#553] data_obj_test: tearDownClass is now a no-op
1 parent ceaf57a commit 0d4289b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

irods/test/data_obj_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -917,8 +917,7 @@ def setUpClass(cls):
917917

918918
@classmethod
919919
def tearDownClass(cls):
920-
# TODO: Skipping this will result in an interpreter seg fault for Py3.6 but not 3.11; why?
921-
del cls.logins
920+
pass
922921

923922
def _data_object_and_associated_ticket(
924923
self,

0 commit comments

Comments
 (0)