Package: python-gnocchiclient / 7.0.2-2

do-not-use-numprocesses-pytest-option.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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

--- python-gnocchiclient-7.0.1.orig/tox.ini
+++ python-gnocchiclient-7.0.1/tox.ini
@@ -44,5 +44,5 @@ ignore =
 exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
 
 [pytest]
-addopts = --verbose --numprocesses=auto
+addopts = --verbose
 norecursedirs = .tox