Skip to content

Commit e4c1f18

Browse files
committed
touched up docker test scripts
1 parent 50e8e37 commit e4c1f18

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docker exec slurm bash -c "pytest /pydra/pydra --psij-slurm --color=yes -vs -k 'not test_audit_prov and not test_audit_prov_messdir_1 and not test_audit_prov_messdir_2 and not test_audit_prov_wf and not test_audit_all'"

docker-scripts-for-tests/start-docker-slurm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ docker exec slurm bash -c "ls -la && echo list top level dir"
2424
docker exec slurm bash -c "ls -la /pydra && echo list pydra dir"
2525
docker exec slurm bash -c "CONFIGURE_OPTS=\"-with-openssl=/opt/openssl\" pyenv install -v ${PYTHON_VERSION}"
2626
docker exec slurm bash -c "pyenv global ${PYTHON_VERSION}"
27-
docker exec slurm bash -c "pip install --upgrade pip && pip install -e /pydra[test] && python -c 'import pydra.engine; print(pydra.engine.__version__)'"
27+
docker exec slurm bash -c "pip install --upgrade pip && pip install -e /pydra[test,psij] && python -c 'import pydra.engine; print(pydra.engine.__version__)'"

0 commit comments

Comments
 (0)