File: do-not-use-numprocesses-pytest-option.patch

package info (click to toggle)
python-gnocchiclient 7.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 948 kB
  • sloc: python: 3,219; makefile: 36; sh: 26
file content (17 lines) | stat: -rw-r--r-- 554 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Do not use --numprocesses=auto pytest option
 This version doesn't work in Stretch.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2018-02-27

Index: python-gnocchiclient/tox.ini
===================================================================
--- python-gnocchiclient.orig/tox.ini
+++ python-gnocchiclient/tox.ini
@@ -51,5 +51,5 @@ exclude=.git,.tox,dist,doc,*egg,build
 application-import-names = gnocchiclient
 
 [pytest]
-addopts = --verbose --numprocesses=auto
+addopts = --verbose
 norecursedirs = .tox