Skip to content

Commit

Permalink
Better installers
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas authored Jan 27, 2024
1 parent c1a09dc commit f17f804
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import pytest
from websocket import create_connection


@pytest.mark.skip(reason="Server is not a stable feature")
def test_websocket_server():
# Start the server in a new thread
server_thread = threading.Thread(target=interpreter.server)
Expand Down Expand Up @@ -53,7 +53,7 @@ def test_websocket_server():

ws.close()


@pytest.mark.skip(reason="Server is not a stable feature")
def test_i():
import requests

Expand Down Expand Up @@ -82,7 +82,6 @@ def test_i():

assert full_response != ""


def test_async():
interpreter.chat("Hello!", blocking=False)
print(interpreter.wait())
Expand Down

0 comments on commit f17f804

Please sign in to comment.