Actions
Bug #14698
closedRunning Python2 and Python3 tests seperately
Status:
Resolved
Priority:
Normal
Assigned To:
-
Category:
Tests
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
-
Description
The list of available tests in the run-tests.sh help specifies sdk/python and sdk/python:py3 separately. Using sdk/python:py3 actually doesn't run any tests. Instead, using sdk/python runs the tests twice (once against py2 and once against py3).
We should either support running them separately or remove sdk/python:py3 from the help list. If we decide to support running them separately, make sure to add sdk/cwl:py3 to the help list also.
Updated by Eric Biagiotti almost 6 years ago
- Related to Story #14532: [Epic] Port to Python 3 to for Python 2 sunset in December 2019 added
Updated by Eric Biagiotti almost 6 years ago
- Related to Story #13306: arvados-cwl-runner supports Python 3 added
Updated by Tom Clegg over 5 years ago
- Category set to Tests
You can do this in --interactive mode now.
What next? test tools/crunchstat-summary:py3
Actions