Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consistently use unittest.mock in tests | Miro HronĨok | 2022-10-17 | 1 | -4/+1 |
| | | | | | | | - Some tests used unittest.mock from the standard library - Some tests used mock from PyPI - Some tests tried to import unittest.mock with a fallback to mock (the import never fails on Python 3.7+, older Pythons are not supported) | ||||
* | Remove "upload" and "register" commands. | Paul Ganssle | 2019-11-02 | 1 | -32/+11 |
| | | | | | | The upload and register commands were deprecated over a year ago, in July 2018 (PR GH-1410, discussed in issue GH-1381). It is time to actively remove them in favor of twine. | ||||
* | Relax overfitted test. Fixes #1425. | Jason R. Coombs | 2018-07-13 | 1 | -2/+2 |
| | |||||
* | Tests for deprecation warnings | Dustin Ingram | 2018-07-08 | 1 | -0/+43 |