Skip to content

Commit 0893cbe

Browse files
authored
doc: explicit on node.js dependency during testing (#857)
1 parent 48c9d0c commit 0893cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ To run the basic tests after installing `cwltool` execute the following:
669669
.. code:: bash
670670
671671
pip install -rtest-requirements.txt
672-
pytest
672+
pytest ## N.B. This requires node.js or docker to be available
673673
674674
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
675675
first clone the complete code repository (see the ``git clone`` instructions above) and then run

0 commit comments

Comments
 (0)