We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9da73 commit a911541Copy full SHA for a911541
scripts/build.py
@@ -199,7 +199,6 @@ def extract_zip(bundle, target):
199
print("\nRunning unit tests")
200
env = os.environ.copy()
201
env["BN_DISABLE_USER_SETTINGS"] = "true"
202
-env["BN_DISABLE_REPOSITORY_PLUGINS"] = "true"
203
env["BN_USER_DIRECTORY"] = str(build_output_path)
204
env["BN_STANDALONE_DEBUGGER"] = "true"
205
env["BN_DISABLE_CORE_DEBUGGER"] = "true"
0 commit comments