[Pkg-bitcoin-commits] [python-quamash] 33/78: Removed pytest-xdist, doesnt support Windows

Jonas Smedegaard dr at jones.dk
Tue Dec 19 01:19:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.6.0_dfsg-1
in repository python-quamash.

commit a5b21165ab7fafa1d82c8edbc6b968ff458d6e9d
Author: Korijn van Golen <k.vangolen at clinicalgraphics.com>
Date:   Fri Aug 11 08:44:33 2017 +0200

    Removed pytest-xdist, doesnt support Windows
---
 .travis.yml          | 2 +-
 appveyor/install.ps1 | 1 -
 tox.ini              | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 4d7d717..bd8a572 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,7 +56,7 @@ install:
   # Python 3.3
   - if echo $TRAVIS_PYTHON_VERSION | grep -q '^3.3'; then pip install asyncio; fi
   # flake8 style checker
-  - pip install flake8 pep8-naming flake8-debugger flake8-docstrings pytest-timeout pytest-xdist
+  - pip install flake8 pep8-naming flake8-debugger flake8-docstrings pytest-timeout
 script:
   - flake8
   - flake8 --select=D1 quamash/*.py
diff --git a/appveyor/install.ps1 b/appveyor/install.ps1
index 4de925f..84fa63a 100644
--- a/appveyor/install.ps1
+++ b/appveyor/install.ps1
@@ -32,7 +32,6 @@ function main () {
 	InstallPackage $env:PYTHON wheel
 	InstallPackage $env:PYTHON pytest
 	InstallPackage $env:PYTHON pytest-timeout
-	InstallPackage $env:PYTHON pytest-xdist
 	if($PYTHON_MAJ_VERSION -eq '3.3'){
 		InstallPackage $env:PYTHON asyncio
 	}
diff --git a/tox.ini b/tox.ini
index ca26499..beb4154 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,7 +19,7 @@ setenv=
 	pyside: QUAMASH_QTIMPL=PySide
 
 [pytest]
-addopts=-rxs -v --boxed -n2 --doctest-modules quamash quamash tests
+addopts=-rxs -v --doctest-modules quamash quamash tests
 timeout=10
 
 [testenv:flake8]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list