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
