diff options
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 bc0d662..4536f6f 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -543,6 +543,7 @@ the older versions.") (base32 "11hfx5x3jg4hyfxzav6ypsb57mahb5nk6qzg4zn1pyy1lilllqj6")))) (build-system python-build-system) + (arguments (list #:tests? #f)) (native-inputs `(("python-asserts" ,python-asserts))) (synopsis "Python HTML 5 Generator") @@ -567,6 +568,7 @@ the older versions.") (sha256 (base32 "10lzdbhyl1s1fpq34prhi288wcigrk0z4hphql20pyjxx6yla8ya")))) (build-system python-build-system) + (arguments (list #:tests? #f)) (synopsis "Stand-alone Assertions for Python") (description "This is a python library that can provide assertions in a stand-alone manner.") |
