File: deb_test_memory

package info (click to toggle)
joblib 1.4.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,360 kB
  • sloc: python: 14,772; sh: 138; makefile: 42
file content (15 lines) | stat: -rw-r--r-- 508 bytes parent folder | download | duplicates (2)
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

--- a/joblib/test/test_memory.py
+++ b/joblib/test/test_memory.py
@@ -126,7 +126,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