Skip to content
Snippets Groups Projects
Unverified Commit 9911dc10 authored by Vinicius Monego's avatar Vinicius Monego Committed by Mathieu Othacehe
Browse files

gnu: python-libsass: Update to 0.20.1.


* gnu/packages/python-xyz.scm (python-libsass): Update to 0.20.1.
[arguments]: Enable test that failed in the previous version.

Signed-off-by: default avatarMathieu Othacehe <othacehe@gnu.org>
parent b96f4f09
No related branches found
No related tags found
No related merge requests found
...@@ -9165,7 +9165,7 @@ (define-public python2-idna ...@@ -9165,7 +9165,7 @@ (define-public python2-idna
(define-public python-libsass (define-public python-libsass
(package (package
(name "python-libsass") (name "python-libsass")
(version "0.20.0") (version "0.20.1")
(source (source
(origin (origin
;; PyPI tarball is missing some test files. ;; PyPI tarball is missing some test files.
...@@ -9175,7 +9175,7 @@ (define-public python-libsass ...@@ -9175,7 +9175,7 @@ (define-public python-libsass
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0h9rj4k9izkfdvli8ip72bbvh6a7bvrv5pxz6zay2bq235gpfgfc")))) (base32 "1r0kgl7i6nnhgjl44sjw57k08gh2qr7l8slqih550dyxbf1akbxh"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
...@@ -9188,10 +9188,7 @@ (define-public python-libsass ...@@ -9188,10 +9188,7 @@ (define-public python-libsass
(replace 'check (replace 'check
(lambda* (#:key inputs outputs #:allow-other-keys) (lambda* (#:key inputs outputs #:allow-other-keys)
(add-installed-pythonpath inputs outputs) (add-installed-pythonpath inputs outputs)
(invoke "pytest" "sasstests.py" "-k" (invoke "pytest" "sasstests.py"))))))
;; See https://github.com/sass/libsass/issues/3092.
;; This test may work in a future release of libsass.
"not test_stack_trace_formatting"))))))
(native-inputs (native-inputs
`(("python-pytest" ,python-pytest) `(("python-pytest" ,python-pytest)
("python-werkzeug" ,python-werkzeug))) ("python-werkzeug" ,python-werkzeug)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment