Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run ipython tests in GHA #255

Merged
merged 3 commits into from
Jan 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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