blob: ed1a4684067868ee079b81f6549105ccbd3994cc [file] [log] [blame]
--- src/twisted/plugin.py
+++ src/twisted/plugin.py
@@ -180,7 +180,7 @@
if pluginKey not in existingKeys:
del dropinDotCache[pluginKey]
needsWrite = True
- if needsWrite:
+ if needsWrite and os.environ.get("TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE") is None:
try:
dropinPath.setContent(pickle.dumps(dropinDotCache))
except: