]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] Revert "Add tests for empty range equality (GH-103751)" (GH-103770) (#103781)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 24 Apr 2023 18:54:21 +0000 (11:54 -0700)
committerGitHub <noreply@github.com>
Mon, 24 Apr 2023 18:54:21 +0000 (18:54 +0000)
commita8489f7f264ec34601c48e0996810d96e0ec2464
tree4c99c13c5d01025a99bfb8fb05279fed44e893a5
parente0e1bee833d85fec0903cbe9f5bf79197597cc64
[3.11] Revert "Add tests for empty range equality (GH-103751)" (GH-103770) (#103781)

Revert "Add tests for empty range equality (GH-103751)" (GH-103770)

This reverts commit dca27a69a8261353f7f986eb8f808f0d487ac4b7.
Added tests are redundant with existing tests.
(cherry picked from commit ab25c7e3112b24a4cd8cb626bbd924c57af0fe1c)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/test/test_range.py