- Feb 10, 2023
-
-
Adam Williamson authored
This fails at least when run via tox on current Fedora, flake8 tries to parse the # as a directive and chokes on it. Signed-off-by:
Adam Williamson <awilliam@redhat.com>
-
Adam Williamson authored
`clientlogin()` does `self.require(1, 27)`, which needs the site instance's `version` attribute to be set, but this is usually done by `site_init()`, which is mocked out in the tests. We can fix the problem by just manually setting a sufficiently high version in the tests. Signed-off-by:
Adam Williamson <awilliam@redhat.com>
-
Adam Williamson authored
This is a missing bit of the CI enablement, per https://github.com/ymyzk/tox-gh-actions . I hope this will make the Python 3.6 tests run properly. Signed-off-by:
Adam Williamson <awilliam@redhat.com>
-
Adam Williamson authored
This drops the travis-ci config and adds config for running tests via tox in Github Actions. It also updates the list of envs in tox.ini for recent Python 3 versions. Signed-off-by:
Adam Williamson <awilliam@redhat.com>
-
- Sep 26, 2021
-
-
依云 authored
-
- Sep 22, 2021
-
-
Dylann Cordel authored
-
- Sep 07, 2020
-
-
Martin Michlmayr authored
-
- Jul 08, 2020
-
-
Sebastian Trueg authored
-
- Jun 12, 2020
-
-
Marc Trölitzsch authored
Always available through the 2.7 and 3+ stdlib
-
- Jun 08, 2020
-
-
Marc Trölitzsch authored
Not required as `logging.NullHandler` is available on all supported python versions
-
- May 28, 2020
-
-
Dan Michael O. Heggø authored
-
Håvard Flaget Aasen authored
-
havardAasen authored
mock was included in unittest in python 3.3
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
Initially proposed at #249
-
RheingoldRiver authored
-
Marc Trölitzsch authored
-
Waldir Pimenta authored
-
Waldir Pimenta authored
- Move the auth anchor to be above the correct section - Add missing anchors so all sections have them - Add blank line above the old_login anchor and use hyphen instead of _.
-
Marc Trölitzsch authored
Seems to be a leftover. None of the functions are used, tested, or documented. Most aren't even compatible with py3.
-
- Dec 12, 2019
-
-
Marc Trölitzsch authored
-
- Nov 05, 2019
-
-
Marc Trölitzsch authored
-
- Oct 10, 2019
-
-
Dan Michael O. Heggø authored
Add append/prepend setting in save & use this to add touch
-
Waldir Pimenta authored
- Update copyright notice to reflect changes in recent years, remove date range - Add title to make the license file more human-friendly
-
RheingoldRiver authored
-
- Oct 05, 2019
-
-
RheingoldRiver authored
-
RheingoldRiver authored
-
RheingoldRiver authored
-
- Sep 26, 2019
-
-
MarcoFalke authored
This fixes the warning: DeprecationWarning: Specifying host as a tuple is deprecated as of mwclient 0.10.0. Please use the new scheme argument instead.
-
- Sep 08, 2019
-
-
Marc Trölitzsch authored
-
- Aug 27, 2019
-
-
RheingoldRiver authored
-
- Aug 04, 2019
-
-
Dan Michael O. Heggø authored
-
Waldir Pimenta authored
- Center title to match the logo - Change logo image to the PNG version, as SVG seems to be unsupported by PyPI: https://pypi.org/project/mwclient/ - Remove Landscape.io badge, as the service doesn't seem to be working: - https://landscape.io/github/mwclient/mwclient - https://github.com/landscapeio/landscape-issues/issues - Add alt attribute to logo image
-
Dan Michael O. Heggø authored
-
- Aug 03, 2019
-
-
Marc Trölitzsch authored
-
Marc Trölitzsch authored
Matching existing file styles; Using a max line length of 88 for python files, which seems to best match the existing loc and is the length suggested by `black`; Setting the .editorconfig file as the root.
-
Dan Michael O. Heggø authored
Reformat and add max-line-length constraint to flake8 config.
-
marcfrederick authored
-
- Aug 02, 2019
-
-
Dan Michael O. Heggø authored
-