You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -669,7 +669,7 @@ To run the basic tests after installing `cwltool` execute the following:
669
669
.. code:: bash
670
670
671
671
pip install -rtest-requirements.txt
672
-
pytest
672
+
pytest## N.B. This requires node.js or docker to be available
673
673
674
674
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
675
675
first clone the complete code repository (see the ``git clone`` instructions above) and then run
0 commit comments