From ffe71f0660e05abcc8c26aa91899e08242d968c1 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 27f0d7d..5486216 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