Various test fixes
This commit is contained in:
@@ -68,7 +68,7 @@ assert vibe_bot.config.TTS_SPEED == 1.0
|
||||
print("OK")
|
||||
"""
|
||||
|
||||
result = subprocess.run( # noqa: PLW1510, S603
|
||||
result = subprocess.run( # noqa: PLW1510
|
||||
[sys.executable, "-c", code],
|
||||
capture_output=True,
|
||||
text=True,
|
||||
@@ -99,7 +99,7 @@ except Exception as e:
|
||||
print(f"OTHER: {{type(e).__name__}}: {{e}}")
|
||||
"""
|
||||
|
||||
result = subprocess.run( # noqa: PLW1510, S603
|
||||
result = subprocess.run( # noqa: PLW1510
|
||||
[sys.executable, "-c", code],
|
||||
capture_output=True,
|
||||
text=True,
|
||||
|
||||
Reference in New Issue
Block a user