From 1ba219e0da9a62a82dc6ad3c154c4df948a5bf32 Mon Sep 17 00:00:00 2001 From: Thomas Hisch Date: Wed, 13 Sep 2017 15:08:31 +0200 Subject: [PATCH] Adapt (logging) unittest --- testing/test_capture.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/testing/test_capture.py b/testing/test_capture.py index eb10f3c07..841cdb0a3 100644 --- a/testing/test_capture.py +++ b/testing/test_capture.py @@ -346,8 +346,6 @@ class TestLoggingInteraction(object): p = testdir.makepyfile(""" import sys def test_something(): - # pytest does not import logging - assert 'logging' not in sys.modules import logging logging.basicConfig() logging.warn("hello432")