From 6e7505abd5d9da495e566e1cde0d7db9ad510df3 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 30 Jun 2021 15:38:31 +0200 Subject: [PATCH] Add tests/plugins/sendmail to check-manifest ignore --- src/setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/src/setup.cfg b/src/setup.cfg index 3a0fcb1414..bba44ff238 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -109,4 +109,5 @@ ignore = tests/plugins/paypal/* tests/plugins/pretixdroid/* tests/plugins/stripe/* + tests/plugins/sendmail/* tests/plugins/ticketoutputpdf/*