File: deb_test_memory

package info (click to toggle)
joblib 1.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,284 kB
  • sloc: python: 15,669; sh: 124; makefile: 39
file content (15 lines) | stat: -rw-r--r-- 594 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
From: Matthias Klose <doko@debian.org>
Description: Mark the test_parallel_call_cached_function_defined_in_jupyter test as failing
Date: Mon, 19 Oct 2020 11:05:06 +0200

--- joblib.orig/joblib/test/test_memory.py
+++ joblib/joblib/test/test_memory.py
@@ -134,7 +134,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):
     # Calling an interactively defined memory.cache()'d function inside a