Skip to content

Commit 8084f18

Browse files
committed
Merge pull request #44 from danielru/fix/remove_pytest
Removed pytest import
2 parents 3dc32b1 + 385d5e9 commit 8084f18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_collocation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import pySDC.Collocation
22
from pySDC.CollocationClasses import *
33
import numpy as np
4-
import pytest
54

65
# py.test excludes classes with a constructor by default, so define parameter here
76

0 commit comments

Comments
 (0)