Skip to content

Commit

Permalink
Update protobuf for streamlit 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
blackary committed Nov 28, 2022
1 parent 4a79111 commit 1b361ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions tests/test_streamlit_pages.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
def test_import():
from st_pages import ( # noqa: F401
Page,
Section,
add_indentation,
add_page_title,
show_pages,
show_pages_from_config,
Expand Down
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
[tox]
envlist = py{38,39,310}-streamlit{10,11,12,13,14,15}
#envlist = py{38,39,310}-streamlit{10,11,12,13,14,15}
envlist = py{39}-streamlit{15}
isolated_build = True

[testenv]
deps =
pytest
protobuf==3.19.4
protobuf==3.20.3
streamlit10: streamlit==1.10.0
streamlit11: streamlit==1.11.0
streamlit12: streamlit==1.12.0
streamlit13: streamlit==1.13.0
streamlit14: streamlit==1.14.0
streamlit15: streamlit==1.15.0
commands:
pytest
pytest --pdb

[tox:.package]
# note tox will use the same python version as under what tox is installed to package
Expand Down

0 comments on commit 1b361ed

Please sign in to comment.