gnu: python-beautifulsoup4: Use INVOKE.
authorRicardo Wurmus <rekado@elephly.net>
Wed, 23 Jan 2019 16:05:15 +0000 (17:05 +0100)
committerRicardo Wurmus <rekado@elephly.net>
Wed, 23 Jan 2019 17:13:29 +0000 (18:13 +0100)
* gnu/packages/python-xyz.scm (python-beautifulsoup4)[arguments]:
Unconditionally return #T from "check" phase.

gnu/packages/python-xyz.scm

index 51fd320..cb85565 100644 (file)
@@ -4857,7 +4857,7 @@ libxml2 and libxslt.")
          ;; For more information, see the file 'convert-py3k' in the source
          ;; distribution.
          (replace 'check
-           (lambda _ (zero? (system* "./convert-py3k")))))))
+           (lambda _ (invoke "./convert-py3k"))))))
     (home-page
      "https://www.crummy.com/software/BeautifulSoup/bs4/")
     (synopsis