summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2017-12-21 19:56:37 +0100
committerGitHub <noreply@github.com>2017-12-21 19:56:37 +0100
commitff88a366d8a17390696f84e1756d0f5f165eebe2 (patch)
tree1d97d24b0e410eae94ac7650fd12d8993285d30d
parent2521712ff13183a6bca7147a03ddd630795f3dd4 (diff)
downloadsetuptools-scm-RonnyPfannschmidt-patch-pin-pytest.tar.gz
fix build by pinning pytest RonnyPfannschmidt-patch-pin-pytest
pytest 3.3.x has bad pypi uploads
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index bf31fc6..7206bce 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ max-complexity = 10
[testenv]
usedevelop=True
deps=
- pytest
+ pytest<3.3.0 # pinned due to bad pypi uploads
commands=
test: py.test []