diff options
| author | Xusheng <xusheng@vector35.com> | 2022-09-09 16:18:44 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2022-09-13 13:12:41 +0800 |
| commit | 6066b193f5df09df3dfa357d85efa938088b329d (patch) | |
| tree | fb6974433023421e9e52ed4070f4f4c4f6003708 /suite | |
| parent | da770545cb8d4545bbb4cacb7797ccfaa1361eea (diff) | |
No longer mark debugger as beta
Diffstat (limited to 'suite')
| -rwxr-xr-x | suite/generator.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/suite/generator.py b/suite/generator.py index d6d671f7..66e703ed 100755 --- a/suite/generator.py +++ b/suite/generator.py @@ -11,7 +11,6 @@ import time os.environ["BN_DISABLE_USER_PLUGINS"] = "True" os.environ["BN_DISABLE_USER_SETTINGS"] = "True" os.environ["BN_DISABLE_REPOSITORY_PLUGINS"] = "True" -os.environ["BN_EXPERIMENTAL_DEBUGGER"] = "True" if sys.version_info.major == 2: print("Generate unit tests on Python 3. Python 2 is not compatible.") @@ -31,7 +30,6 @@ from collections import Counter os.environ["BN_DISABLE_USER_PLUGINS"] = "True" os.environ["BN_DISABLE_USER_SETTINGS"] = "True" os.environ["BN_DISABLE_REPOSITORY_PLUGINS"] = "True" -os.environ["BN_EXPERIMENTAL_DEBUGGER"] = "True" api_suite_path = os.path.realpath(os.path.join(os.path.dirname(os.path.realpath(__file__)), {4})) sys.path.append(api_suite_path) |
