From e82f983010d8550a65b8e271ebfe6e3f216da12f Mon Sep 17 00:00:00 2001 From: Soren Rasmussen Date: Tue, 28 May 2024 13:22:32 -0600 Subject: [PATCH] Removing Python packages with security risks, bumping pytest version --- tests/local/requirements.txt | 4 +--- tests/local/utils/nwm_testing.yml | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/tests/local/requirements.txt b/tests/local/requirements.txt index 96dc23730..da626d8c1 100644 --- a/tests/local/requirements.txt +++ b/tests/local/requirements.txt @@ -13,7 +13,6 @@ f90nml==1.2 gdown==5.1.0 idna==3.7 importlib-metadata==4.13.0 -jsonpickle==1.2 locket==0.2.0 more-itertools==7.2.0 netCDF4==1.6.0 @@ -22,8 +21,7 @@ pandas==1.3.5 partd==1.0.0 pathlib==1.0.1 pluggy==0.12.0 -py==1.11.0 -pytest==5.4.1 +pytest==7.4.4 pytest-html==3.0.0 pytest-metadata==1.8.0 python-dateutil==2.8.0 diff --git a/tests/local/utils/nwm_testing.yml b/tests/local/utils/nwm_testing.yml index 345911ef6..4170a8cc7 100644 --- a/tests/local/utils/nwm_testing.yml +++ b/tests/local/utils/nwm_testing.yml @@ -56,13 +56,12 @@ dependencies: - DateTime==4.3 - deepdiff==6.2.3 - f90nml==1.2 - - jsonpickle==1.2 - more-itertools==7.2.0 - pandas==1.3.5 - pathlib==1.0.1 - pluggy==0.12.0 - py==1.11.0 - - pytest==3.8.0 + - pytest==7.4.4 - pytest-datadir-ng==1.1.0 - pytest-html==1.19.0 - pytest-metadata==1.7.0