summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-07-22 09:48:50 +0300
committerEfraim Flashner <efraim@flashner.co.il>2019-07-22 09:49:19 +0300
commit5246655fa12d3d5981377ae813bf15e2d2e20194 (patch)
treebb2ed8a7f81f7af7df3f183adc5d451f37c7718d /gnu
parent7284b11f6c924c3b47e825d1c57eda8c44043a05 (diff)
downloadpatches-5246655fa12d3d5981377ae813bf15e2d2e20194.tar
patches-5246655fa12d3d5981377ae813bf15e2d2e20194.tar.gz
gnu: mallard-ducktype: Run tests.
* gnu/packages/python-xyz.scm (mallard-ducktype)[arguments]: Replace 'check phase to run test suite.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm7
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6e90c9a933..d8f144893d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3136,6 +3136,13 @@ and is very extensible.")
(base32
"0crland0kmpsyjfmnflcw7gaqy5b87b6ah17cmr9d5z1kyazf54n"))))
(build-system python-build-system)
+ (arguments
+ '(#:phases
+ (modify-phases %standard-phases
+ (replace 'check
+ (lambda _
+ (with-directory-excursion "tests"
+ (invoke "sh" "runtests")))))))
(home-page "http://projectmallard.org")
(synopsis "Convert Ducktype to Mallard documentation markup")
(description