diff --git a/tests/test_electricity.py b/tests/test_electricity.py index 9c8e1c3d..89c1fbcb 100644 --- a/tests/test_electricity.py +++ b/tests/test_electricity.py @@ -82,6 +82,7 @@ def get_db(): def test_losses(): assert len(el.network_loss) == 13 + @pytest.mark.skipif(not key, reason="No access to decryption key") def test_powerplant_map(): s = el.powerplant_map["Biomass IGCC CCS"]