Skip to content

Commit 3e819f7

Browse files
committed
removing jython
1 parent 2566163 commit 3e819f7

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

wolframclient/cli/commands/setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
def dependencies():
1010
yield "pytz"
1111

12-
if not six.JYTHON:
12+
if not six.PY2:
1313
yield "aiohttp"
1414
yield "numpy"
1515
yield "oauthlib"
@@ -20,10 +20,6 @@ def dependencies():
2020
yield "unittest-xml-reporting"
2121
yield 'certifi>=2017.4.17'
2222

23-
if not six.PY2:
24-
yield "aiohttp"
25-
26-
2723
class Command(SimpleCommand):
2824
""" Run test suites from the tests modules.
2925
A list of patterns can be provided to specify the tests to run.

0 commit comments

Comments
 (0)