Skip to content

Commit

Permalink
ignore altair theme warning (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
swo authored Jan 14, 2025
1 parent 2d966f0 commit de3c0ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_app.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import pytest
from streamlit.testing.v1 import AppTest


@pytest.mark.filterwarnings(
r"ignore:\s+Deprecated since `altair=5.5.0`. Use altair.theme instead."
)
def test_app():
# Cf. https://docs.streamlit.io/develop/api-reference/app-testing
at = AppTest.from_file("ngm/app.py")
Expand Down

0 comments on commit de3c0ae

Please sign in to comment.