Merge lp:~jelmer/brz/python3.9-test into lp:brz/3.1

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merge reported by: The Breezy Bot
Merged at revision: not available
Proposed branch: lp:~jelmer/brz/python3.9-test
Merge into: lp:brz/3.1
Diff against target: 12 lines (+0/-2)
1 file modified
breezy/tests/test_urlutils.py (+0/-2)
To merge this branch: bzr merge lp:~jelmer/brz/python3.9-test
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+394296@code.launchpad.net

Commit message

urlutils: Drop test for exception that isn't raised on Python 3.9.

Description of the change

urlutils: Drop test for exception that isn't raised on Python 3.9.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve
Revision history for this message
The Breezy Bot (the-breezy-bot) wrote :
Revision history for this message
The Breezy Bot (the-breezy-bot) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'breezy/tests/test_urlutils.py'
--- breezy/tests/test_urlutils.py 2020-01-12 13:56:10 +0000
+++ breezy/tests/test_urlutils.py 2020-11-22 18:43:37 +0000
@@ -729,8 +729,6 @@
729729
730 if not PY3:730 if not PY3:
731 self.assertRaises(urlutils.InvalidURL, urlutils.unescape, u'\xe5')731 self.assertRaises(urlutils.InvalidURL, urlutils.unescape, u'\xe5')
732 self.assertRaises((TypeError, urlutils.InvalidURL),
733 urlutils.unescape, b'\xe5')
734 if not PY3:732 if not PY3:
735 self.assertRaises(urlutils.InvalidURL, urlutils.unescape, '%E5')733 self.assertRaises(urlutils.InvalidURL, urlutils.unescape, '%E5')
736 else:734 else:

Subscribers

People subscribed via source and target branches