Changed paths:
M Tests/feaLib/variableScalar_test.py
Log Message:
-----------
[test] Fix flaky test_deprecated_add_to_variation_store on Ubuntu py313
The test asserted len(w) == 1 on the full warnings list, but on some
platforms extra non-DeprecationWarning warnings are captured, causing
a spurious failure. Filter for DeprecationWarning before asserting.