Page MenuHomePhabricator

test "2.7_with_system_site_packages" is failing
Closed, ResolvedPublic

Event Timeline

Xqt triaged this task as High priority.May 1 2018, 6:19 PM

Change 430134 had a related patch set uploaded (by Xqt; owner: Xqt):
[pywikibot/core@master] [bugfix] date module depends on language not site code

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

The previous before e55a7a85b was committed test didn't what is says: generate_user_files with -v(erbose) created a user-config.py with mylang='en' instead of 'nb'. Without verbose the user-config.py would be right. No glue why we use -v here.

Now after this commit the mylang is 'nb' also for the verbose mode. Unfortunately the usernames is still usernames['wikipedia']['en'] = but it doesn't care currently.

Change 430134 merged by jenkins-bot:
[pywikibot/core@master] [bugfix] date module depends on language not site code

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

Change 430542 had a related patch set uploaded (by Dalba; owner: Dalba):
[pywikibot/core@master] site_tests.TestSiteObject: Handle obsolete site codes

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

Change 430542 merged by jenkins-bot:
[pywikibot/core@master] site_tests.TestSiteObject: Handle obsolete site codes

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

The previous before e55a7a85b was committed test didn't what is says: generate_user_files with -v(erbose) created a user-config.py with mylang='en' instead of 'nb'. Without verbose the user-config.py would be right. No glue why we use -v here.

Now after this commit the mylang is 'nb' also for the verbose mode. Unfortunately the usernames is still usernames['wikipedia']['en'] = but it doesn't care currently.

@Xqt, I don't quite follow, does this mean that there is still an issue in generate_user_files.py? If so, I suggest creating another issue with a description of current output and the expected one.

Vvjjkkii renamed this task from test "2.7_with_system_site_packages" is failing to tvdaaaaaaa.Jul 1 2018, 1:13 AM
Vvjjkkii removed Xqt as the assignee of this task.
Vvjjkkii updated the task description. (Show Details)
Vvjjkkii removed subscribers: gerritbot, Aklapper.

Seems solved, generate_user_files works like a charm?

Xqt removed Xqt as the assignee of this task.Apr 13 2020, 10:06 AM

The only issue left has its own task

Most of the issues solved, one with py2 system site packages declined