1From 2fe7a445bafedee2c43050e40697d8b0fd7f7b30 Mon Sep 17 00:00:00 2001
2From: Maximilian Bosch <maximilian@mbosch.me>
3Date: Fri, 19 Mar 2021 19:37:34 +0100
4Subject: [PATCH] Only build unit-tests
5
6---
7 setup.cfg | 7 -------
8 1 file changed, 7 deletions(-)
9
10diff --git a/setup.cfg b/setup.cfg
11index 2c2f49f..a5ec152 100644
12--- a/setup.cfg
13+++ b/setup.cfg
14@@ -83,13 +83,6 @@ force_sort_within_sections = true
15 junit_family = xunit2
16 addopts =
17 --verbose
18- --doctest-modules
19- --no-cov-on-fail
20- --cov-fail-under=100
21- --cov-report=term-missing
22- --cov-report=xml:build/coverage/coverage.xml
23- --cov-report=html:build/coverage
24- --junitxml=build/testresults/junit.xml
25
26 [coverage:run]
27 omit =
28--
292.29.3
30