From 0ea46fc3a14eff7ee483513a0f72240c808c046c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 31 Mar 2017 07:42:26 -0400 Subject: One more variation on Windows --- tests/test_plugins.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_plugins.py b/tests/test_plugins.py index 27f0d7d2..5486216a 100644 --- a/tests/test_plugins.py +++ b/tests/test_plugins.py @@ -760,6 +760,7 @@ class BadPluginTest(FileTracerTest): "expected str, bytes or os.PathLike object, not float", "'float' object has no attribute", "object of type 'float' has no len()", + "'float' object is unsubscriptable", ], ) -- cgit v1.2.1