Skip to content

Commit a1e7f3c

Browse files
committed
Reenable test_django_traceback
This test is passing, I see no reason to keep it disabled.
1 parent 1873724 commit a1e7f3c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

djclick/test/test_adapter.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,6 @@ def test_django_pythonpath(manage):
147147
) == b"1"
148148

149149

150-
@pytest.mark.xfail(
151-
reason="Looks like CommandError no longer " "results in non-zero exit status"
152-
)
153150
def test_django_traceback(manage):
154151
with pytest.raises(subprocess.CalledProcessError) as e:
155152
manage("errcmd")

0 commit comments

Comments
 (0)