We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ac97e commit aa28677Copy full SHA for aa28677
geonode/tests/base.py
@@ -67,14 +67,6 @@ def setUp(self):
67
super().setUp()
68
faulthandler.enable()
69
70
- def tearDown(self):
71
- # cleanup globally cached items
72
- globally_cached = ["storer_modules", "user_deletion_modules", "geoapp_subtypes"]
73
- for cached in globally_cached:
74
- if cached in globals():
75
- del globals()[cached]
76
- return super().tearDown()
77
-
78
79
class GeoNodeLiveTestSupport(GeoNodeBaseTestSupport, LiveServerTestCase):
80
integration = True
0 commit comments