From 374a0f6318bcf423b1b784d30b25a8327c65cb24 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 6 Jul 2023 09:28:12 +0200 Subject: Merging upstream version 17.2.0. Signed-off-by: Daniel Baumann --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 134637b..dcb02ad 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: install install-dev install-pre-commit test style check docs docs-serve +.PHONY: install install-dev install-pre-commit test unit style check docs docs-serve install: pip install -e . @@ -12,6 +12,9 @@ install-pre-commit: test: python -m unittest +unit: + SKIP_INTEGRATION=1 python -m unittest + style: pre-commit run --all-files -- cgit v1.2.3