diff --git a/tests/test_projection.py b/tests/test_projection.py
index 35ff398a5842ab16e5617289284ef5b6afa87305..65e939b47d97e666a63a6b0c73cb37d867aa5c42 100644
--- a/tests/test_projection.py
+++ b/tests/test_projection.py
@@ -77,8 +77,6 @@ def test_projection_backward(with_texture, with_backward):
     projection += 1.
 
     result = projector.project_backward(projection, use_texture=with_texture)
-    import pyconrad.autoinit
-    pyconrad.imshow(result)
     assert result.shape == projector._volume_shape
 
     assert result is not None