diff options
author | Jeff Widman <jeff@jeffwidman.com> | 2018-11-10 12:48:33 -0800 |
---|---|---|
committer | Dana Powers <dana.powers@gmail.com> | 2018-11-10 12:48:33 -0800 |
commit | bb5bc1fcfc09c9c9994edbbae0af2ff6802c353d (patch) | |
tree | acce192f70b0eeafd9dd68f80d5b2f6739247b42 /tox.ini | |
parent | cd47701ba63fc77309066e27b73f50d0150e3e1b (diff) | |
download | kafka-python-bb5bc1fcfc09c9c9994edbbae0af2ff6802c353d.tar.gz |
Migrate from `Unittest` to `pytest` (#1620)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 = |