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

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 20 21:45:04 UTC 2020


    Date: Friday, November 20, 2020 @ 21:45:04
  Author: foutrelis
Revision: 758148

Ignore 4 tests that also fail on Python 3.8

Modified:
  python-poetry/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-20 21:27:08 UTC (rev 758147)
+++ PKGBUILD	2020-11-20 21:45:04 UTC (rev 758148)
@@ -51,7 +51,11 @@
         -k 'not test_default_with_excluded_data ' \
         --ignore tests/console/commands/test_add.py \
         --ignore tests/console/commands/test_export.py \
-        --ignore tests/console/commands/test_show.py
+        --ignore tests/console/commands/test_show.py \
+        --deselect tests/packages/test_locker.py::test_lock_file_data_is_ordered \
+        --deselect tests/packages/test_locker.py::test_lock_packages_with_null_description \
+        --deselect tests/packages/test_locker.py::test_lock_file_should_not_have_mixed_types \
+        --deselect tests/packages/test_locker.py::test_locking_legacy_repository_package_should_include_source_section
 }
 
 package() {



More information about the arch-commits mailing list