mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-ndeflib: Fix tests.
* gnu/packages/python-xyz.scm (python-ndeflib)[arguments] <test-flags>: Skip 2 test groups. [native-inputs]: Remove python-wheel; add python-pytest. Change-Id: I609f6d9ce7b4f98bae1639769d51f4fa83ac8531
This commit is contained in:
parent
6ba36049ae
commit
a8a93afce3
1 changed files with 13 additions and 1 deletions
|
@ -39410,7 +39410,19 @@ client library.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "122a8prbcj070y3fl82kvxmbciv36hj1h1d448l6zcdrb22q4mhx"))))
|
(base32 "122a8prbcj070y3fl82kvxmbciv36hj1h1d448l6zcdrb22q4mhx"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs (list python-setuptools python-wheel))
|
(arguments
|
||||||
|
(list
|
||||||
|
;; tests: 1571 passed, 37 deselected, 1 warning
|
||||||
|
;;
|
||||||
|
;; Two test fail with assertion not equal:
|
||||||
|
;;
|
||||||
|
;; test_decode_error[0001-unpack_from requires a buffer of at least 1
|
||||||
|
;; bytes] - AssertionError
|
||||||
|
;;
|
||||||
|
;; test_decode_error[00000101-unpack_from requires a buffer of at least
|
||||||
|
;; 1 bytes] - AssertionError
|
||||||
|
#:test-flags #~(list "-k" "not test_decode_error")))
|
||||||
|
(native-inputs (list python-pytest python-setuptools))
|
||||||
(home-page "https://ndeflib.readthedocs.io/")
|
(home-page "https://ndeflib.readthedocs.io/")
|
||||||
(synopsis "NFC Data Exchange Format decoder and encoder.")
|
(synopsis "NFC Data Exchange Format decoder and encoder.")
|
||||||
(description "This package provides a NFC (Near-Field Communication)
|
(description "This package provides a NFC (Near-Field Communication)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue