File: pytest-no-cov-pep8.patch

package info (click to toggle)
lasagne 0.1%2Bgit20181019.a61b76f-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,376 kB
  • sloc: python: 11,837; makefile: 169; sh: 32
file content (18 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: don't use pytest options from setup.cfg
 coverage and pep-8 testing not needed, and pytest-pep8 isn't
 even yet available (#823789).
Author: Daniel Stender <stender@debian.org>
Forwarded: not-needed
Last-Update: 2016-08-18

--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,7 @@
 [aliases]
 dev = develop easy_install lasagne[testing]
 
-[pytest]
+[pytest_options_here_are_disabled]
 addopts =
     -v --doctest-modules
     --cov=lasagne --cov-report=term-missing