Skip to content

Commit cec4ff0

Browse files
committed
remove nose install require
Signed-off-by: rpotter12 <rohitpotter12@gmail.com>
1 parent 537c9c5 commit cec4ff0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
.. _GNU GPL version 3 (or above) License: http://www.gnu.org/licenses/gpl
8484
''',
8585
'install_requires': [],
86-
'tests_require': ['nose'],
86+
'tests_require': [],
8787
'packages': ['gemfileparser'],
8888
'scripts': [],
8989
'name': 'gemfileparser'

0 commit comments

Comments
 (0)