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 /test/conftest.py | |
| parent | cd47701ba63fc77309066e27b73f50d0150e3e1b (diff) | |
| download | kafka-python-bb5bc1fcfc09c9c9994edbbae0af2ff6802c353d.tar.gz | |
Migrate from `Unittest` to `pytest` (#1620)
Diffstat (limited to 'test/conftest.py')
| -rw-r--r-- | test/conftest.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/conftest.py b/test/conftest.py index a751d95..ffaae03 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -1,7 +1,5 @@ from __future__ import absolute_import -import inspect - import pytest from test.fixtures import KafkaFixture, ZookeeperFixture, random_string, version as kafka_version |
