Skip to content

Commit

Permalink
prevent solara plugin from patching get_ipython during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smacke committed Nov 5, 2023
1 parent 593edeb commit 8e73e98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 8e73e98

Please sign in to comment.