From 2b7a55947d6837e10c8d06724a32255ce899624c Mon Sep 17 00:00:00 2001 From: Shroominic Date: Sat, 2 Mar 2024 13:48:13 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=87=20Disable=20test=5Fcodebox=20execu?= =?UTF-8?q?tion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/general_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/general_test.py b/tests/general_test.py index acc21aa..bc08c2b 100644 --- a/tests/general_test.py +++ b/tests/general_test.py @@ -82,5 +82,5 @@ async def run_async(codebox: CodeBox) -> bool: if __name__ == "__main__": - test_codebox() + # test_codebox() test_localbox()