summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-12-12 13:36:37 -0500
committerJason R. Coombs <jaraco@jaraco.com>2020-12-12 13:36:37 -0500
commitd368be2b5be8676ba8a3d55045b45b55090f6982 (patch)
tree5a6a303d1f596d2bcd4b5fe390564b142df0af80
parent1603dcbaae3bbee4fa90e34828146e348c661401 (diff)
downloadpython-setuptools-git-d368be2b5be8676ba8a3d55045b45b55090f6982.tar.gz
Move changelog to new issue. Fixes #2485.
-rw-r--r--changelog.d/2478.misc.2.rst2
-rw-r--r--changelog.d/2485.misc.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/changelog.d/2478.misc.2.rst b/changelog.d/2478.misc.2.rst
deleted file mode 100644
index 27c07b11..00000000
--- a/changelog.d/2478.misc.2.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Fix tests with pip 20.3+
--- by :user:`yan12125`
diff --git a/changelog.d/2485.misc.rst b/changelog.d/2485.misc.rst
new file mode 100644
index 00000000..0a28fd93
--- /dev/null
+++ b/changelog.d/2485.misc.rst
@@ -0,0 +1,2 @@
+Fixed failing test when pip 20.3+ is present.
+-- by :user:`yan12125`