We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c531c2d commit 85d65f3Copy full SHA for 85d65f3
tests/skimage/util/test_backends.py
@@ -70,15 +70,11 @@ def mock_all_backends():
70
return {
71
"fake2": {
72
"implementation": BackendEntryPoint2(),
73
- "info": _backends.BackendInformation(
74
- ["skimage.util.tests.test_backends:foo"]
75
- ),
+ "info": _backends.BackendInformation(["test_backends:foo"]),
76
},
77
"fake1": {
78
"implementation": BackendEntryPoint1(),
79
80
81
82
83
}
84
0 commit comments