4f44dad016
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/python-psutil#64d17fc0a5f9335acd49e67b99cb66f4165132b6
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):
|