File: 03-skip-file-dump-tests.patch

package info (click to toggle)
trimesh 4.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 33,416 kB
  • sloc: python: 35,596; makefile: 96; javascript: 85; sh: 38
file content (11 lines) | stat: -rw-r--r-- 461 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/tests/test_cache.py
+++ b/tests/test_cache.py
@@ -302,7 +302,7 @@
         # adding 3-length permutations makes this test 10x slower but if you
         # are suspicious of a method caching you could uncomment this out:
         # attempts.extend([tuple(G) for G in itertools.permutations(flat, 3)])
-        skip = set()
+        skip = {"tofile", "dump"}
 
         # collect functions which mutate arrays but don't change our hash
         broken = []