diff options
| author | Stephen Finucane <stephen@that.guru> | 2021-02-11 09:26:44 +0000 |
|---|---|---|
| committer | Stephen Finucane <stephen@that.guru> | 2021-02-25 09:57:15 +0000 |
| commit | 06796f0c7e004a2df50f9aad81f4e63fca1796d2 (patch) | |
| tree | 9a3f99ecad18e1ccc3f347363d1eb63f33a0970d /NEWS | |
| parent | 60314acf040c12ee4db6326f4e841aed84e55e92 (diff) | |
| download | testtools-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-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ~~~~~ |
