From 3aabcf7636097c57fd7753fcd6b904a15dc3915a Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Tue, 17 Dec 2019 17:55:20 +0100
Subject: [PATCH] Remove unnecessary test skip

---
 tests/test_pytorch.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tests/test_pytorch.py b/tests/test_pytorch.py
index 0d3be1b..21b42dd 100644
--- a/tests/test_pytorch.py
+++ b/tests/test_pytorch.py
@@ -7,7 +7,6 @@
 """
 
 """
-import os
 
 import numpy as np
 import pytest
@@ -21,9 +20,6 @@ from pystencils_reco.filters import mean_filter
 from pystencils_reco.projection import forward_projection
 from pystencils_reco.stencils import BallStencil, BoxStencil
 
-if 'PYTORCH_TEST' not in os.environ:
-    pytest.skip('torch destroys pycuda tests',  allow_module_level=True)
-
 
 def test_pytorch():
     block_stencil = BallStencil(1, ndim=2)
-- 
GitLab