Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.

Commit 8f6a8cf

Browse files
black-adderyurishkuro
authored andcommitted
Remove tchannel;<py3 restriction in tests/extras_require (#159)
Signed-off-by: Won Jun Jang <[email protected]>
1 parent a631cdc commit 8f6a8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
'flake8<3', # see https://github.com/zheller/flake8-quotes/issues/29
6161
'flake8-quotes',
6262
'coveralls',
63-
'tchannel>=0.27;python_version<"3"',
63+
'tchannel>=0.27', # This is only used in python 2
6464
'opentracing_instrumentation>=2,<3',
6565
'prometheus_client',
6666
]

0 commit comments

Comments
 (0)