From 27ae083f040574e0e31639146186494c85b42f9f Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Wed, 13 Nov 2024 13:33:00 -0500 Subject: [PATCH] remove reference to script in script test --- romancal/scripts/tests/test_scripts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/romancal/scripts/tests/test_scripts.py b/romancal/scripts/tests/test_scripts.py index a09b2ed9e..2bfd109e1 100644 --- a/romancal/scripts/tests/test_scripts.py +++ b/romancal/scripts/tests/test_scripts.py @@ -3,7 +3,6 @@ import pytest SCRIPTS = [ - "okify_regtests", "verify_install_requires", ]