File: deb_test_memory

package info (click to toggle)
joblib 1.2.0-4%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,152 kB
  • sloc: python: 13,781; sh: 189; makefile: 33
file content (11 lines) | stat: -rw-r--r-- 338 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/joblib/test/test_memory.py
+++ b/joblib/test/test_memory.py
@@ -125,7 +125,7 @@
     memory = Memory(location=tmpdir.strpath, verbose=0)
     memory.cache(f)(1)
 
-
+@pytest.mark.xfail
 @parametrize("call_before_reducing", [True, False])
 def test_parallel_call_cached_function_defined_in_jupyter(
     tmpdir, call_before_reducing