Skip to content

Commit

Permalink
Skip another sbmlmath dependent test
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Jul 13, 2023
1 parent 77aedfa commit 44c29ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_model_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from pathlib import Path
from typing import List, Union

import pytest
import sympy
from fastapi import FastAPI
from fastapi.testclient import TestClient
Expand Down Expand Up @@ -178,6 +179,7 @@ def test_askenet_to_template_model(self):
template_model = TemplateModel.from_json(response.json())
self.assertIsInstance(template_model, TemplateModel)

@pytest.mark.skip(reason="sbmlmath is not installed, run locally")
def test_askenet_to_template_model_no_sympy(self):
askenet_json = AskeNetPetriNetModel(Model(
sir_parameterized_init)).to_json()
Expand Down

0 comments on commit 44c29ef

Please sign in to comment.