From 385d5e95012be897d15ca63efd1828fa3d20ecf4 Mon Sep 17 00:00:00 2001 From: Daniel Ruprecht Date: Tue, 24 Nov 2015 13:44:15 +0000 Subject: [PATCH] removed pytest import --- tests/test_collocation.py | 1 - 1 file changed, 1 deletion(-) 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