Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Nov 28, 2022
1 parent c3a3577 commit 8573e59
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/tests_app/components/serve/test_python_server.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import multiprocessing as mp

import pytest

from lightning_app.components import Image, Number, PythonServer
from lightning_app.utilities.imports import module_available
from lightning_app.utilities.network import _configure_session, find_free_network_port


Expand All @@ -24,7 +21,6 @@ def target_fn(port):
image_server.run()


@pytest.mark.skipif(not module_available("lightning"), reason="it runs as `lightning.app`")
def test_python_server_component():
port = find_free_network_port()
process = mp.Process(target=target_fn, args=(port,))
Expand Down

0 comments on commit 8573e59

Please sign in to comment.