From 85e8dc18fe8b9a1a5a7be27fb5a4565bf40a6581 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 16 Jul 2023 07:43:00 +0200 Subject: Adding upstream version 0.16.5. Signed-off-by: Daniel Baumann --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c2db6b9..1c0698f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ install: pip3 install -e . test: - pytest tests --cov=./gita $(TEST_ARGS) -n=auto + pytest tests --cov=./gita $(TEST_ARGS) -n=auto -vv dist: python3 setup.py sdist twine: -- cgit v1.2.3