From c3bf0dd4521637a1301187af0aa8732613674561 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 7 Jun 2015 10:22:01 -0400 Subject: Remove now deprecated test capturing failure of range comparison operators (Ref #380). --- pkg_resources/api_tests.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'pkg_resources/api_tests.txt') diff --git a/pkg_resources/api_tests.txt b/pkg_resources/api_tests.txt index fc645d48..1c852e81 100644 --- a/pkg_resources/api_tests.txt +++ b/pkg_resources/api_tests.txt @@ -364,9 +364,6 @@ Environment Markers >>> print(im("'x'=='x' or os.open('foo')=='y'")) # no short-circuit! Language feature not supported in environment markers - >>> print(im("'x' < 'y'")) - '<' operator not allowed in environment markers - >>> print(im("'x' < 'y' < 'z'")) Chained comparison not allowed in environment markers -- cgit v1.2.1