Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Merge branch 'dev' into issues/488
Browse files Browse the repository at this point in the history
* dev:
  Work around py.test behavior change (#490)
  • Loading branch information
chambridge committed Nov 29, 2017
2 parents 6595d65 + 4aff173 commit 50b3d02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_utilities.py
Expand Up @@ -167,6 +167,9 @@ def test_end_of_octet(self):
'192.168.[0:1].[0:255]')


# Have to skip these tests until pytest bug
# https://github.com/pytest-dev/pytest/issues/2977 is fixed.
@unittest.skip
class TestSetupLogging(unittest.TestCase):
def test_default_level(self):
utilities.setup_logging(None)
Expand Down

0 comments on commit 50b3d02

Please sign in to comment.