mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
cf3f3dc056
commit
7d199bdc2b
1 changed files with 6 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue