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 | |
parent | f19b8bc61b0585116d62e6c2086c918bad01ce68 (diff) | |
download | external_python_setuptools-c3bf0dd4521637a1301187af0aa8732613674561.tar.gz external_python_setuptools-c3bf0dd4521637a1301187af0aa8732613674561.tar.bz2 external_python_setuptools-c3bf0dd4521637a1301187af0aa8732613674561.zip |
Remove now deprecated test capturing failure of range comparison operators (Ref #380).
-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 |