From 8e73e987852a83294ce71e3fe1c3da1ce95c77b7 Mon Sep 17 00:00:00 2001 From: Stephen Macke Date: Sat, 4 Nov 2023 17:53:48 -0700 Subject: [PATCH] prevent solara plugin from patching get_ipython during tests --- core/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/core/pyproject.toml b/core/pyproject.toml index 6aa83c4..14ca19a 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -24,6 +24,7 @@ extend_skip_glob = [ ] [tool.pytest.ini_options] +addopts = '-p no:solara' # solara patches get_ipython which messes things up markers = ['integration: mark a test as an integration test.'] filterwarnings = [ 'ignore::DeprecationWarning',