From 01be601145a1ce3ad9db3f3fa2c782293fe9c90e Mon Sep 17 00:00:00 2001 From: birgits Date: Fri, 12 Jan 2024 11:31:53 -0800 Subject: [PATCH] Not needed anymore as lower python versions are not supported anymore --- example/test_examples.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/example/test_examples.py b/example/test_examples.py index f48c591..0bca612 100644 --- a/example/test_examples.py +++ b/example/test_examples.py @@ -89,7 +89,6 @@ 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( @@ -97,7 +96,6 @@ def test_modelchain_example_ipynb(self): ) 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(