This commit is contained in:
Thomas Kriechbaumer 2017-05-24 10:35:42 +02:00
parent b4f65049f2
commit 4961d782ed
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class ProxyTestBase:
@classmethod
def teardown_class(cls):
# perf: we want to run tests in parallell
# perf: we want to run tests in parallel
# should this ever cause an error, travis should catch it.
# shutil.rmtree(cls.cadir)
cls.proxy.shutdown()