Skip to content

Commit a03608f

Browse files
committed
Remove Tox from test_requires
This commit removes tox from the `test_requires` section in 'setup.py', since it isn't actually necessary to run the tests.
1 parent 75f73ff commit a03608f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,5 @@ def gssapi_modules(lst):
261261
'enum34',
262262
'decorator',
263263
'six'
264-
],
265-
tests_require=[
266-
'tox'
267264
]
268265
)

0 commit comments

Comments
 (0)