summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2018-11-17 13:56:51 -0800
committerDana Powers <dana.powers@gmail.com>2018-11-17 13:56:51 -0800
commiteae0eddc57b16be5a83eb29fd85106b33ec22693 (patch)
tree49463da747aa427aa8ad79f935284469cc99e9d6
parent21d68c98470eab6b9e7e5c934017af4a4fd24748 (diff)
downloadkafka-python-eae0eddc57b16be5a83eb29fd85106b33ec22693.tar.gz
Pin pytest on 3.x -- we arent ready for pytest 4.0 yet
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 599a534..1da88f3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ log_format = %(created)f %(filename)-23s %(threadName)s %(message)s
[testenv]
deps =
- pytest
+ pytest<4.0
pytest-cov
py{27,34,35,36,py}: pylint
py{27,34,35,36,py}: pytest-pylint