Skip to content

Commit c601451

Browse files
authored
Remove stray nose import (#276)
Remove leftover nose import that does not seem to be used and causes import failure when nose is not installed.
1 parent 4a9408e commit c601451

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

extra/test_hypothesis.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import sys
77
import numbers
88

9-
from nose.plugins.skip import SkipTest
109
from hypothesis import given, settings, assume, HealthCheck
1110
import hypothesis.strategies as st
1211

0 commit comments

Comments
 (0)