Skip to content

Commit

Permalink
Attempt to run ipython tests in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Jan 8, 2024
1 parent 346ac2a commit 0132214
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_ipython_legacy.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import os
import click
import pytest
from prompt_toolkit.key_binding.input_processor import KeyPress
Expand All @@ -7,11 +6,6 @@
from doitlive.ipython.legacy_app import PlayerTerminalInteractiveShell


@pytest.mark.skipif(
# FIXME
"CI" in os.environ,
reason="IPython shell does not work in Azure Pipelines",
)
class TestPlayerTerminalInteractiveShell:
@pytest.fixture()
def make_shell(self):
Expand Down

0 comments on commit 0132214

Please sign in to comment.