summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJeff Widman <jeff@jeffwidman.com>2018-11-10 12:48:33 -0800
committerDana Powers <dana.powers@gmail.com>2018-11-10 12:48:33 -0800
commitbb5bc1fcfc09c9c9994edbbae0af2ff6802c353d (patch)
treeacce192f70b0eeafd9dd68f80d5b2f6739247b42 /tox.ini
parentcd47701ba63fc77309066e27b73f50d0150e3e1b (diff)
downloadkafka-python-bb5bc1fcfc09c9c9994edbbae0af2ff6802c353d.tar.gz
Migrate from `Unittest` to `pytest` (#1620)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 1760aff..599a534 100644
--- a/tox.ini
+++ b/tox.ini
@@ -20,7 +20,6 @@ deps =
xxhash
crc32c
py26: unittest2
- decorator
commands =
py.test {posargs:--pylint --pylint-rcfile=pylint.rc --pylint-error-types=EF --cov=kafka --cov-config=.covrc}
setenv =