A Mystery:  I somehow managed to delete the last two lines of my test_math.py
changes.  Here restoring them.
diff --git a/Lib/test/test_math.py b/Lib/test/test_math.py
index 1f31dc5..1452035 100644
--- a/Lib/test/test_math.py
+++ b/Lib/test/test_math.py
@@ -181,3 +181,5 @@
     x = math.sqrt(-1.0)
 except ValueError:
     pass
+else:
+    raise TestFailed("sqrt(-1) didn't raise ValueError")