~ruther/guix-local

7d199bdc2bcd429b25378478be00c470501f8c3b — Sharlatan Hellseher 1 year, 5 months ago cf3f3dc
gnu: python-parsley: Fix build.

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

Change-Id: I164e24ffb24114e4cc548b76df261e3e447ffa08
1 files changed, 6 insertions(+), 7 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +6 -7
@@ 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