diff options
author | Arun Isaac <arunisaac@systemreboot.net> | 2017-08-29 16:02:50 +0530 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2017-09-01 11:14:16 +0530 |
commit | a0596a2f27c339bcb4c5d3f2ffc8d6df38ff7947 (patch) | |
tree | 4c7464a39a093903a88d5a6520011ca068028e4b /gnu/local.mk | |
parent | f618086220106a15842fce9b4cbe1525a1473f42 (diff) |
gnu: python2-larch: Enable tests.
* gnu/packages/patches/python2-larch-coverage-4.0a6-compatibility.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python2-larch)[source]: Use it.
[arguments]: Move 'check' phase to before 'build' phase.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index fbc6ff057f..2e40026e53 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -962,6 +962,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-genshi-fix-tests-on-python-3.5.patch \ %D%/packages/patches/python-genshi-isstring-helper.patch \ %D%/packages/patches/python-genshi-stripping-of-unsafe-script-tags.patch \ + %D%/packages/patches/python2-larch-coverage-4.0a6-compatibility.patch \ %D%/packages/patches/python-parse-too-many-fields.patch \ %D%/packages/patches/python2-rdflib-drop-sparqlwrapper.patch \ %D%/packages/patches/python-statsmodels-fix-tests.patch \ |