From 1b170095f3e7d03666d8e672d3ad62355a5240dc Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 24 Oct 2019 13:40:27 +0100 Subject: New upstream version 1.5.0 --- tests/test_issue30.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'tests/test_issue30.py') diff --git a/tests/test_issue30.py b/tests/test_issue30.py index 6974ff1..270f146 100644 --- a/tests/test_issue30.py +++ b/tests/test_issue30.py @@ -1,13 +1,17 @@ import pickle import sys +import pytest import six -from twisted.python.failure import Failure -from tblib import pickling_support +from tblib import pickling_support # noqa: E402 + +pytest.importorskip('twisted') def test_30(): + from twisted.python.failure import Failure + pickling_support.install() try: -- cgit v1.2.3