summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_register.py
Commit message (Collapse)AuthorAgeFilesLines
* Consistently use unittest.mock in testsMiro HronĨok2022-10-171-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 Ganssle2019-11-021-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. Coombs2018-07-131-2/+2
|
* Tests for deprecation warningsDustin Ingram2018-07-081-0/+43