Skip to content

Commit f9721b2

Browse files
author
a good root :)
committed
comment blessing import
1 parent bc587fe commit f9721b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytest_dependency.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"""
77

88
import pytest
9-
from blessings import Terminal
9+
# from blessings import Terminal
1010

1111
__version__ = "0.2"
1212

13-
terminal = Terminal()
13+
# terminal = Terminal()
1414

1515
class DependencyItemStatus(object):
1616
"""Status of a test item in a dependency manager.

0 commit comments

Comments
 (0)