We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0e250 commit b6efe72Copy full SHA for b6efe72
gssapi/tests/test_high_level.py
@@ -6,7 +6,7 @@
6
7
import should_be.all # noqa
8
import six
9
-from nose_parameterized import parameterized
+from parameterized import parameterized
10
11
from gssapi import creds as gsscreds
12
from gssapi import mechs as gssmechs
test-requirements.txt
@@ -1,6 +1,6 @@
1
flake8
2
nose
3
-nose_parameterized
+parameterized
4
shouldbe
5
six
Cython
0 commit comments