From bec09a8a165fb456b47d90a3d6300cc08269aae47e862d41f9c3a61a6ed94e92 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 14 Jul 2020 22:45:00 +0000 Subject: [PATCH] Two more 38->39 changes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=6 --- import_failed.map | 14 +++++++------- skipped_tests.py | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/import_failed.map b/import_failed.map index 351fccf..9f01f41 100644 --- a/import_failed.map +++ b/import_failed.map @@ -1,7 +1,7 @@ -python38-curses: curses _curses _curses_panel -python38-dbm: dbm _dbm _gdbm -python38-idle: idlelib -python38-testsuite: test _ctypes_test _testbuffer _testcapi _testinternalcapi _testimportmultiple _testmultiphase xxlimited -python38-tk: tkinter _tkinter -python38-tools: turtledemo -python38: sqlite3 readline _sqlite3 nis +python39-curses: curses _curses _curses_panel +python39-dbm: dbm _dbm _gdbm +python39-idle: idlelib +python39-testsuite: test _ctypes_test _testbuffer _testcapi _testinternalcapi _testimportmultiple _testmultiphase xxlimited +python39-tk: tkinter _tkinter +python39-tools: turtledemo +python39: sqlite3 readline _sqlite3 nis diff --git a/skipped_tests.py b/skipped_tests.py index 8b4d1a0..47002e6 100644 --- a/skipped_tests.py +++ b/skipped_tests.py @@ -8,7 +8,7 @@ and reports discrepancies. This will have a number of """ -MAIN = "python38.spec" +MAIN = "python39.spec" import glob import re