Skip to content

Commit

Permalink
Recent Python/Shiny is required
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Jun 11, 2023
1 parent e21003a commit 7c7c224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_documentation_notebooks_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
except ImportError:
pl = None

pytestmark = pytest.mark.skipif(sys.version_info < (3,), reason="Not supported in Py2")
pytestmark = pytest.mark.skipif(sys.version_info < (3, 7), reason="Require Python>=3.7")


def list_doc_notebooks():
Expand Down

0 comments on commit 7c7c224

Please sign in to comment.