Despite many different tests using setup.py test and similar, T114487 has highlighted that setup.py install is not being testing, and it isnt the same as the test command.
Description
Description
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Invalid | None | T72936 Important tasks to be solved (tracking) | |||
| Resolved | Xqt | T60053 Pywikibot Python 3 compatibility (tracking) | |||
| Resolved | jayvdb | T94688 reflinks.py doesn't save changes to articles | |||
| Resolved | xSavitar | T89589 Usage of unicode_literals from __future__ package | |||
| Resolved | jayvdb | T114487 Pywikibot master setup.py won't install | |||
| Resolved | Dalba | T114551 Pywikibot's setup.py install is not being tested |
Event Timeline
Comment Actions
Change 434317 had a related patch set uploaded (by Dalba; owner: Dalba):
[pywikibot/core@master] Move flake8 dependencies to setup.py
Comment Actions
rPWBCdbac8707816e5a1baf0e39f42da246e2ecea4210 has already added a pip install -e . to jenkin jobs. I'm not sure if we need a setup.py install specific test since pip is basically a wrapper around setup.py.