Skip to content

Commit

Permalink
cleanuo
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Apr 25, 2024
1 parent a712336 commit fa692c8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_readme.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Copyright Lightning AI. Licensed under the Apache License 2.0, see LICENSE file.

from pathlib import Path
import os
import pytest
import requests
import signal
import subprocess
import threading
import time
Expand Down Expand Up @@ -142,8 +140,6 @@ def run_server():
try:
process = subprocess.Popen(run_command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True)
stdout, stderr = process.communicate(timeout=60)
# print('STDOUT:', stdout)
# print('STDERR:', stderr)
except subprocess.TimeoutExpired:
print('Server start-up timeout expired')

Expand Down

0 comments on commit fa692c8

Please sign in to comment.