diff options
author | pjotrp | 2020-01-14 02:48:20 -0600 |
---|---|---|
committer | pjotrp | 2020-01-14 02:48:20 -0600 |
commit | dc32557302df79728b6a6dcf5b220a8be31e2f09 (patch) | |
tree | 940224d8768f65da12b8e9cb291c954a19688ae5 /gn/packages/python.scm | |
parent | 0632c2211ec17c24e1cb86342a9f0f0f86c0f78a (diff) | |
parent | be67b05f036fa7ce0d91de5e3d7e2ef70ebfdb5c (diff) | |
download | guix-bioinformatics-dc32557302df79728b6a6dcf5b220a8be31e2f09.tar.gz |
Merge branch 'jupyter' of gitlab.com:genenetwork/guix-bioinformatics into jupyter
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r-- | gn/packages/python.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm index 2336cc9..109c9f7 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -60,6 +60,8 @@ (base32 "1ngryr12d3izmhmwplc46xhyj9i7yhrpm90xnsd2578p7m8p5n79")))) (build-system python-build-system) + (arguments + `(#:tests? #f)) (home-page "https://github.com/jamescasbon/PyVCF") (synopsis |