From fecfb179215d04de14fd62465d46390f997cfcc0 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Tue, 12 Nov 2024 14:02:07 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Dilan Pathirana <59329744+dilpath@users.noreply.github.com> --- requirements_dev.txt | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index fd9c926b..ee8cc8cf 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ -git+https://github.com/ICB-DCM/pyPESTO.git@select_use_old_calibrations#egg=pypesto +git+https://github.com/ICB-DCM/pyPESTO.git@develop#egg=pypesto tox >= 3.12.4 pre-commit >= 2.10.1 flake8 >= 4.0.1 diff --git a/tox.ini b/tox.ini index 93ab7788..05cc9f6f 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ description = [testenv:base] extras = test deps = - git+https://github.com/ICB-DCM/pyPESTO.git@select_use_old_calibrations\#egg=pypesto + git+https://github.com/ICB-DCM/pyPESTO.git@develop\#egg=pypesto commands = pytest --cov=petab_select --cov-report=xml --cov-append test -s coverage report