21 lines
984 B
Diff
21 lines
984 B
Diff
|
diff -Nur psutil-release-5.0.1.orig/psutil/tests/test_memory_leaks.py psutil-release-5.0.1/psutil/tests/test_memory_leaks.py
|
||
|
--- psutil-release-5.0.1.orig/psutil/tests/test_memory_leaks.py 2016-12-20 18:34:12.000000000 -0700
|
||
|
+++ psutil-release-5.0.1/psutil/tests/test_memory_leaks.py 2017-01-02 10:40:49.883876413 -0700
|
||
|
@@ -296,11 +296,11 @@
|
||
|
|
||
|
@unittest.skipUnless(WINDOWS or LINUX or FREEBSD,
|
||
|
"platform not supported")
|
||
|
- def test_cpu_affinity_set(self):
|
||
|
- affinity = thisproc.cpu_affinity()
|
||
|
- self.execute(self.proc.cpu_affinity, affinity)
|
||
|
- if not TRAVIS:
|
||
|
- self.execute_w_exc(ValueError, self.proc.cpu_affinity, [-1])
|
||
|
+# def test_cpu_affinity_set(self):
|
||
|
+# affinity = thisproc.cpu_affinity()
|
||
|
+# self.execute(self.proc.cpu_affinity, affinity)
|
||
|
+# if not TRAVIS:
|
||
|
+# self.execute_w_exc(ValueError, self.proc.cpu_affinity, [-1])
|
||
|
|
||
|
@skip_if_linux()
|
||
|
def test_open_files(self):
|