gnu: python-immutabledict: Enable tests.

* gnu/packages/python-xyz.scm (python-immutabledict): Enable tests.

Change-Id: I5ebd0fac21a5aa26785a2ced115b736ee5e7952c
This commit is contained in:
Vinicius Monego 2024-03-24 10:49:11 -03:00
parent 064fcf007b
commit 8541aaa07f
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 0 additions and 2 deletions

View File

@ -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")