linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git] / pkgs / development / python-modules / pydash / 0001-Only-build-unit-tests.patch
blob56a5ff391194c1b82afaa0c96fca21a6e360dc7f
1 From 2fe7a445bafedee2c43050e40697d8b0fd7f7b30 Mon Sep 17 00:00:00 2001
2 From: Maximilian Bosch <maximilian@mbosch.me>
3 Date: Fri, 19 Mar 2021 19:37:34 +0100
4 Subject: [PATCH] Only build unit-tests
6 ---
7 setup.cfg | 7 -------
8 1 file changed, 7 deletions(-)
10 diff --git a/setup.cfg b/setup.cfg
11 index 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
26 [coverage:run]
27 omit =
28 --
29 2.29.3