Page MenuHomePhabricator

nose doctest fails with Python 3.10+
Closed, ResolvedPublicBUG REPORT

Description

Steps to replicate the issue:
nose is used for running doctest on Jenkins and github action. Python 3.7 is used on Jenkins and Python several Pythons are used on gh.

What happens?:
nose --with-doctest fails on github action with Python 3.10:

https://github.com/xqt/pwb/actions/runs/3159073528/jobs/5141846980

Event Timeline

Xqt renamed this task from nose doctest fails with Python 3.10 to nose doctest fails with Python 3.10+.Oct 3 2022, 8:04 AM
Xqt changed the task status from Open to In Progress.
Xqt triaged this task as High priority.

Change 837616 had a related patch set uploaded (by Xqt; author: Xqt):

[pywikibot/core@master] [tests] use pytest for doctest

https://gerrit.wikimedia.org/r/837616

Change 837616 merged by Xqt:

[pywikibot/core@master] [tests] use pytest for doctest

https://gerrit.wikimedia.org/r/837616

Change 837639 had a related patch set uploaded (by Xqt; author: Xqt):

[pywikibot/core@master] [tests] use pytest for doctest at github

https://gerrit.wikimedia.org/r/837639

Change 837639 merged by Xqt:

[pywikibot/core@master] [tests] use pytest for doctest at github

https://gerrit.wikimedia.org/r/837639

Xqt claimed this task.
Xqt removed a project: Patch-For-Review.