gnu: python-parsley: Fix build.

* gnu/packages/python-xyz.scm (python-parsley):
[arguments] <test-flags>: Provide test directories, enable all tests.

Change-Id: I164e24ffb24114e4cc548b76df261e3e447ffa08
This commit is contained in:
Sharlatan Hellseher 2024-12-20 22:01:17 +00:00
parent cf3f3dc056
commit 7d199bdc2b
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5192,13 +5192,12 @@ syntax.")
(build-system pyproject-build-system)
(arguments
(list
;; XXX: Check why these 3 tests fail.
#:test-flags #~(list "-k"
(string-append "not test_sending_empty_netstring"
" and not test_sending_one_netstring"
" and not test_sending_two_netstrings"))))
(native-inputs (list python-pytest python-twisted python-setuptools
python-wheel))
#:test-flags #~(list "ometa/test" "terml/test")))
(native-inputs
(list python-pytest
python-twisted
python-setuptools
python-wheel))
(home-page "https://launchpad.net/parsley")
(synopsis "Parsing and pattern matching Python library")
(description