[arch-commits] Commit in python-argh/trunk (PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 02:09:32 UTC 2021


    Date: Thursday, December 2, 2021 @ 02:09:31
  Author: foutrelis
Revision: 1061548

Ignore two test failures

Modified:
  python-argh/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 01:10:40 UTC (rev 1061547)
+++ PKGBUILD	2021-12-02 02:09:31 UTC (rev 1061548)
@@ -21,7 +21,9 @@
 
 check() {
   cd argh-$pkgver
-  py.test
+  # https://github.com/neithere/argh/issues/148#issuecomment-981508602
+  pytest --deselect test/test_integration.py::test_invalid_choice \
+         --deselect test/test_integration.py::test_explicit_cmd_name
 }
 
 package() {



More information about the arch-commits mailing list