Skip to content

Commit 5b88d1f

Browse files
committed
..
1 parent 6b5a54d commit 5b88d1f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

test/petab/test_petab_import.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,9 @@ def test_petab_v2_boehm():
396396
assert local_result.fval < local_result.fval0
397397

398398

399+
@pytest.mark.filterwarnings(
400+
"ignore:.*distribution.*is not supported in PEtab v2.*:UserWarning"
401+
)
399402
def test_petab_v2_schwen():
400403
problem_id = "Schwen_PONE2014"
401404
petab_problem = petab.v2.Problem.from_yaml(

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ deps =
8181
# always install amici from main branch, avoid caching
8282
# to skip re-installation, run `tox -e petab --override testenv:petab.commands_pre=`
8383
commands_pre =
84-
python3 -m pip uninstall -y amici petab_test_suite
84+
python3 -m pip uninstall -y amici petabtests
8585
python3 -m pip install git+https://github.com/AMICI-dev/amici.git@main\#egg=amici&subdirectory=python/sdist
8686
python3 -m pip install git+https://github.com/PEtab-dev/petab_test_suite@a80dd936766d347a86b991d140d3e4a2eeda26bf
8787
python -m pip list

0 commit comments

Comments
 (0)