summaryrefslogtreecommitdiff
path: root/pkg_resources/api_tests.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pkg_resources/api_tests.txt')
-rw-r--r--pkg_resources/api_tests.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg_resources/api_tests.txt b/pkg_resources/api_tests.txt
index 1c852e81..d28db0f5 100644
--- a/pkg_resources/api_tests.txt
+++ b/pkg_resources/api_tests.txt
@@ -420,3 +420,6 @@ Environment Markers
>>> em("python_version > '2.5'")
True
+
+ >>> im("platform_python_implementation=='CPython'")
+ False