From aa96dbcca0e9b4781ee43a467e76155f73fa0a84 Mon Sep 17 00:00:00 2001 From: Florian Sellmayr Date: Thu, 8 Aug 2024 10:05:02 +0200 Subject: [PATCH] Run pytest directly, since running them via setuptools is deprecated --- go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go b/go index 9ad319f..893cbc4 100755 --- a/go +++ b/go @@ -89,7 +89,7 @@ goal_test() { pushd "${SCRIPT_DIR}" > /dev/null activate_venv - python3 setup.py test + pytest popd > /dev/null }