summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2021-02-11 09:26:44 +0000
committerStephen Finucane <stephen@that.guru>2021-02-25 09:57:15 +0000
commit06796f0c7e004a2df50f9aad81f4e63fca1796d2 (patch)
tree9a3f99ecad18e1ccc3f347363d1eb63f33a0970d /NEWS
parent60314acf040c12ee4db6326f4e841aed84e55e92 (diff)
downloadtesttools-06796f0c7e004a2df50f9aad81f4e63fca1796d2.tar.gz
Remove use of 'try_imports'
This was being used in places to handle differences between Python 2 and Python 3. Since we only care about the latter now, the utility can be removed. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e11e287..e80750c 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,11 @@ Changes
moved to the ``extras`` package. It is no longer useless on Python 3-only
projects.
+* The ``try_imports`` utility has been removed from ``testtools.helpers``.
+ This was a compat wrapper introduced in 0.9.25 when the utility itself was
+ moved to the ``extras`` package. It is no longer used within testtools and
+ has therefore been dropped.
+
2.4.0
~~~~~