From 4a5a3022a3de9c316401c95a4948daba8202ecea Mon Sep 17 00:00:00 2001 From: qued <64741807+qued@users.noreply.github.com> Date: Tue, 29 Aug 2023 01:49:18 -0500 Subject: [PATCH] fix: remove duplicate target in makefile (#1235) Removed a duplicate make target in the `Makefile`. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4125cd35a..0acf54706 100644 --- a/Makefile +++ b/Makefile @@ -319,7 +319,7 @@ test-extra-pptx: test_${PACKAGE_NAME}/partition/pptx .PHONY: test-extra-epub -test-extra-pypandoc: +test-extra-epub: PYTHONPATH=. CI=$(CI) pytest \ test_${PACKAGE_NAME}/partition/epub