Skip to content

Commit 01be601

Browse files
committed
Not needed anymore as lower python versions are not supported anymore
1 parent 4dd5858 commit 01be601

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

example/test_examples.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,13 @@ def _notebook_run(self, path):
8989

9090
return nb, errors
9191

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

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

0 commit comments

Comments
 (0)