diff options
author | Vinicius Monego <monego@posteo.net> | 2024-03-24 10:49:11 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2024-03-30 09:23:15 -0300 |
commit | 8541aaa07f8d8dc5b2ad9ca6f771baf32332dfa4 (patch) | |
tree | f67d8abcd1598d13223086e2aa877e77fd709e44 /gnu | |
parent | 064fcf007b2ceb028ca194198be56fe0848c5022 (diff) | |
download | guix-8541aaa07f8d8dc5b2ad9ca6f771baf32332dfa4.tar guix-8541aaa07f8d8dc5b2ad9ca6f771baf32332dfa4.tar.gz |
gnu: python-immutabledict: Enable tests.
* gnu/packages/python-xyz.scm (python-immutabledict): Enable tests.
Change-Id: I5ebd0fac21a5aa26785a2ced115b736ee5e7952c
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e6aaf4ebf4..6d15f4adae 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13710,8 +13710,6 @@ applications.") (sha256 (base32 "0pvwfasa5l78pi32zk55x5ihpdzkdh4f3xwbfmd7ldyjma0zs0z0")))) (build-system pyproject-build-system) - (arguments - `(#:tests? #f)) ; no tests in PyPI release and no setup.py in GitHub (native-inputs (list python-poetry-core python-pytest)) (home-page "https://github.com/corenting/immutabledict") |