summaryrefslogtreecommitdiff
path: root/media-gfx/blender/files/blender-2.83.6-constraints_test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/blender/files/blender-2.83.6-constraints_test.patch')
-rw-r--r--media-gfx/blender/files/blender-2.83.6-constraints_test.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/media-gfx/blender/files/blender-2.83.6-constraints_test.patch b/media-gfx/blender/files/blender-2.83.6-constraints_test.patch
deleted file mode 100644
index ab1e9a6d2d4a..000000000000
--- a/media-gfx/blender/files/blender-2.83.6-constraints_test.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/tests/python/bl_constraints.py b/tests/python/bl_constraints.py
-index 323dd874ac0..7cbc46d680a 100644
---- a/tests/python/bl_constraints.py
-+++ b/tests/python/bl_constraints.py
-@@ -44,7 +44,7 @@ class AbstractConstraintTests(unittest.TestCase):
- collection = top_collection.children[self.layer_collection]
- collection.exclude = False
-
-- def assert_matrix(self, actual_matrix, expect_matrix, object_name: str, places=6, delta=None):
-+ def assert_matrix(self, actual_matrix, expect_matrix, object_name: str, places=None, delta=1e-6):
- """Asserts that the matrices almost equal."""
- self.assertEqual(len(actual_matrix), 4, 'Expected a 4x4 matrix')
-