summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorRan Benita <ran@unusedvar.com>2020-07-30 17:05:32 +0300
committerRan Benita <ran@unusedvar.com>2020-07-30 20:19:24 +0300
commit96a48f0c66ebe1ec2305c21390a3f6c059760af5 (patch)
tree0e52b88bf528bef60e9037807450ef548fed03b9 /changelog
parent645cbc91fc1db67a36cca5c5be26e889e81cc768 (diff)
downloadpytest-96a48f0c66ebe1ec2305c21390a3f6c059760af5.tar.gz
Stop using more-itertools
We barely use it; the couple places that do are not really worth the extra dependency, I think the code is clearer without it. Also simplifies one (regular) itertools usage. Also improves a check and an error message in `pytest.raises`.
Diffstat (limited to 'changelog')
-rw-r--r--changelog/7587.trivial.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/7587.trivial.rst b/changelog/7587.trivial.rst
new file mode 100644
index 000000000..1477c97ca
--- /dev/null
+++ b/changelog/7587.trivial.rst
@@ -0,0 +1 @@
+The dependency on the ``more-itertools`` package has been removed.