summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnji Cooper <yaneurabeya@gmail.com>2019-11-14 15:41:31 -0800
committerClaudiu Popa <pcmanticore@gmail.com>2019-11-16 21:21:15 +0100
commit41901134e09d9ec67df6e8479bd6718e8d9fd129 (patch)
tree1c018d808baf4fe105ee5a0d054e53d4be1456cd
parent39c6cdd61da9d398e47425579478da39e84b2e3a (diff)
downloadastroid-git-41901134e09d9ec67df6e8479bd6718e8d9fd129.tar.gz
Add a ChangeLog entry for the proposed change
Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba37918c..1f875c1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,12 @@ Release Date: TBA
Close PyCQA/pylint#3216
+* Clean up setup.py
+
+ Make pytest-runner a requirement only if running tests, similar to what was
+ done with McCabe.
+
+ Clean up the setup.py file, resolving a handful of minor warnings with it.
What's New in astroid 2.3.2?
============================