diff --git a/tests/test_collocation.py b/tests/test_collocation.py index efa7cfd687..315a931cbc 100644 --- a/tests/test_collocation.py +++ b/tests/test_collocation.py @@ -1,7 +1,6 @@ import pySDC.Collocation from pySDC.CollocationClasses import * import numpy as np -import pytest # py.test excludes classes with a constructor by default, so define parameter here