Skip to content

Commit 7df9e79

Browse files
committed
poke GH
Signed-off-by: Brian Harring <ferringb@gmail.com>
1 parent 9dabb09 commit 7df9e79

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_formatters.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from tempfile import TemporaryFile
66

77
import pytest
8+
89
from snakeoil import formatters
910
from snakeoil.test import protect_process
1011

@@ -245,9 +246,6 @@ def _get_pty_pair(encoding="ascii"):
245246
return master, out
246247

247248

248-
@pytest.mark.skip(
249-
reason="this currently breaks on github ci due to the issue7567 workaround"
250-
)
251249
class TestGetFormatter:
252250
@issue7567
253251
def test_dumb_terminal(self):

0 commit comments

Comments
 (0)