summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2014-12-03 02:11:48 -0800
committerJeff Quast <contact@jeffquast.com>2014-12-03 02:11:48 -0800
commitb6e7275c12135082d2ae93f1931887caf493297a (patch)
tree30c6c2112e4cf0f5cedb273fd7e266c33aa6f496
parent1d1876c65397270416bd55b1cbd741b92ef00b18 (diff)
downloadblessings-b6e7275c12135082d2ae93f1931887caf493297a.tar.gz
Still hangs, try using pytest-xdist
-rw-r--r--dev-requirements.txt1
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 1 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index 12bda57..1d858c7 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -1,4 +1,5 @@
pytest-flakes
+pytest-xdist
pytest-pep8
pytest-cov
pytest
diff --git a/tox.ini b/tox.ini
index dd3a625..1935f45 100644
--- a/tox.ini
+++ b/tox.ini
@@ -26,7 +26,7 @@ usedevelop=True
## -- 2. w/tty
commands = /bin/bash -c '{envbindir}/py.test \
- -x --strict --pep8 --flakes \
+ -x --strict --pep8 --flakes -n 4 \
--junit-xml=results.$(uname -s).{envname}.withtty.xml \
--verbose --verbose \
--cov blessed blessed/tests {posargs}'