Skip to content

Commit

Permalink
Not needed anymore as lower python versions are not supported anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Jan 12, 2024
1 parent 4dd5858 commit 01be601
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions example/test_examples.py
Expand Up @@ -89,15 +89,13 @@ def _notebook_run(self, path):

return nb, errors

@pytest.mark.skipif(sys.version_info < (3, 6), reason="requires python3.6")
def test_modelchain_example_ipynb(self):
dir_path = os.path.dirname(os.path.realpath(__file__))
nb, errors = self._notebook_run(
os.path.join(dir_path, "modelchain_example.ipynb")
)
assert errors == []

@pytest.mark.skipif(sys.version_info < (3, 6), reason="requires python3.6")
def test_turbine_cluster_modelchain_example_ipynb(self):
dir_path = os.path.dirname(os.path.realpath(__file__))
nb, errors = self._notebook_run(
Expand Down

0 comments on commit 01be601

Please sign in to comment.