From bcb4e8abb347fb04d3b440038d5144a10bf036b1 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Sat, 28 Oct 2023 15:39:38 +0800 Subject: [PATCH] update Makefile --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 2779662..54bf6ba 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,3 @@ test: coverage run -m pytest . --import-mode=importlib --cov-report=html --cov-report=term-missing coverage report -m rm -rf .coverage .pytest_cache - - - -- GitLab