diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-06-07 10:22:01 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-06-07 10:22:01 -0400 |
| commit | c3bf0dd4521637a1301187af0aa8732613674561 (patch) | |
| tree | ecc9d7b74f317bf2c7c5f9c3efbbeca96f157455 /pkg_resources/api_tests.txt | |
| parent | f19b8bc61b0585116d62e6c2086c918bad01ce68 (diff) | |
| download | python-setuptools-git-c3bf0dd4521637a1301187af0aa8732613674561.tar.gz | |
Remove now deprecated test capturing failure of range comparison operators (Ref #380).
Diffstat (limited to 'pkg_resources/api_tests.txt')
| -rw-r--r-- | pkg_resources/api_tests.txt | 3 |
1 files changed, 0 insertions, 3 deletions
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 |
