summaryrefslogtreecommitdiff
path: root/changelog.d
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-10-19 08:39:30 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2019-10-21 17:32:25 -0700
commitcd84510713ada48bf33d4efa749c2952e3fc1a49 (patch)
tree75eeb07a60042f8fe4ff608c37d1bbe3cd6c460a /changelog.d
parent1362c8c37355f74b5aa9a8afb749aa9464bb58fb (diff)
downloadpython-setuptools-git-cd84510713ada48bf33d4efa749c2952e3fc1a49.tar.gz
Deprecate the test command
Provide a warning to users. Suggest using tox as an alternative generic entry point. Refs #1684
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/1878.change.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/1878.change.rst b/changelog.d/1878.change.rst
new file mode 100644
index 00000000..0774b5d3
--- /dev/null
+++ b/changelog.d/1878.change.rst
@@ -0,0 +1 @@
+Formally deprecated the ``test`` command, with the recommendation that users migrate to ``tox``.