summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/changefinder/fix_test_invocation.patch
blob: f02e2e36d4b54d23dbbd3b07dce525f61a55c007 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/test/test.py b/test/test.py
index 85a9f4e..a5f44fd 100644
--- a/test/test.py
+++ b/test/test.py
@@ -4,7 +4,7 @@ import numpy as np
 
 
 class TestChangeFinder():
-    def setup(self):
+    def setup_method(self):
         self._term = 30
         self._smooth = 7
         self._order = 1