8000 Remove unittest2py3k dependency from setup.py · goodtune/twilio-python@c1a3523 · GitHub
[go: up one dir, main page]

Skip to content

Commit c1a3523

Browse files
committed
Remove unittest2py3k dependency from setup.py
unittest2py3k is not required for twilio to function correctly and it can intefere with standard unittest functionality like expectedFailure and skip
1 parent 7df5a01 commit c1a3523

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
if sys.version_info < (2, 6):
1919
REQUIRES.append('simplejson')
2020
if sys.version_info >= (3,0):
21-
REQUIRES.append('unittest2py3k')
2221
REQUIRES.append('socksipy-branch')
2322

2423
setup(

0 commit comments

Comments
 (0)
290A
0