Skip to content

Commit b6efe72

Browse files
cipherboyfrozencemetery
authored andcommitted
Update parameterized
Signed-off-by: Alexander Scheel <[email protected]>
1 parent ee0e250 commit b6efe72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gssapi/tests/test_high_level.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import should_be.all # noqa
88
import six
9-
from nose_parameterized import parameterized
9+
from parameterized import parameterized
1010

1111
from gssapi import creds as gsscreds
1212
from gssapi import mechs as gssmechs

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
flake8
22
nose
3-
nose_parameterized
3+
parameterized
44
shouldbe
55
six
66
Cython

0 commit comments

Comments
 (0)