Skip to content

Commit 050d855

Browse files
committed
fix(reana-dev): use correct --python-tests flag in tests (reanahub#946)
The `run-tests.sh` option in REANA components was renamed from `--check-pytest` to `--python-tests`. Amend `reana-dev` accordingly.
1 parent 273a415 commit 050d855

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reana/reana_dev/python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def python_unit_tests(
180180
),
181181
# Now we can call installing regular test dependencies
182182
'{} && pip install ".[tests]" --upgrade'.format(cmd_activate_venv),
183-
"{} && {} ./run-tests.sh --check-pytest".format(
183+
"{} && {} ./run-tests.sh --python-tests".format(
184184
cmd_activate_venv, env_pytestarg
185185
),
186186
]:

0 commit comments

Comments
 (0)