We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b956cc commit b94da1aCopy full SHA for b94da1a
tests/base.py
@@ -16,17 +16,6 @@
16
from shotgun_api3.shotgun import ServerCapabilities
17
from shotgun_api3.lib import six
18
19
-try:
20
- # Attempt to import skip from unittest. Since this was added in Python 2.7
21
- # in the case that we're running on Python 2.6 we'll need a decorator to
22
- # provide some equivalent functionality.
23
- from unittest import skip
24
-except ImportError:
25
- # On Python 2.6 we'll just have to ignore tests that are skipped -- we won't
26
- # mark them as skipped, but we will not fail on them.
27
- def skip(f):
28
- return lambda self: None
29
-
30
31
THUMBNAIL_MAX_ATTEMPTS = 30
32
THUMBNAIL_RETRY_INTERVAL = 10
0 commit comments