diff options
author | Pjotr Prins | 2020-11-07 08:50:25 +0000 |
---|---|---|
committer | Pjotr Prins | 2020-11-07 08:50:25 +0000 |
commit | 8aae577137f7614dc0889d0527cc25d6d078b68e (patch) | |
tree | 43456b7356932cf4f8b7655c7a3562dcd48fff25 /.guix-test | |
parent | 7eea5e99222166731c7e55a95f6c00928289b4b9 (diff) | |
download | bh20-seq-resource-8aae577137f7614dc0889d0527cc25d6d078b68e.tar.gz bh20-seq-resource-8aae577137f7614dc0889d0527cc25d6d078b68e.tar.lz bh20-seq-resource-8aae577137f7614dc0889d0527cc25d6d078b68e.zip |
Running tests without network
Diffstat (limited to '.guix-test')
-rw-r--r-- | .guix-test | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,4 +8,4 @@ export GUILE_LOAD_COMPILED_PATH=$GUIX_PROFILE/share/guile/site/3.0/ ls $GUILE_LOAD_PATH -env GUIX_PACKAGE_PATH=~/iwrk/opensource/guix/guix-bioinformatics/ $GUIX_PROFILE/bin/guix environment -C guix --ad-hoc git python python-flask python-pyyaml python-pycurl python-magic nss-certs python-pyshex python-pyyaml --network openssl python-pyshex python-pyshexc minimap2 python-schema-salad python-arvados-python-client -- python3 test/test_shex.py +env GUIX_PACKAGE_PATH=~/iwrk/opensource/guix/guix-bioinformatics/ $GUIX_PROFILE/bin/guix environment -C guix --ad-hoc git python python-flask python-pyyaml python-pycurl python-magic nss-certs python-pyshex python-pyyaml openssl python-pyshex python-pyshexc minimap2 python-schema-salad python-arvados-python-client -- python3 test/test_shex.py |