Skip to content

Commit

Permalink
doc: explicit on node.js dependency during testing (#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgeorgatos authored Sep 5, 2021
1 parent 48c9d0c commit 0893cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ To run the basic tests after installing `cwltool` execute the following:
.. code:: bash
pip install -rtest-requirements.txt
pytest
pytest ## N.B. This requires node.js or docker to be available
To run various tests in all supported Python environments, we use `tox <https://github.com/common-workflow-language/cwltool/tree/main/tox.ini>`_. To run the test suite in all supported Python environments
first clone the complete code repository (see the ``git clone`` instructions above) and then run
Expand Down

0 comments on commit 0893cbe

Please sign in to comment.