diff --git a/psutil/tests/test_memleaks.py b/psutil/tests/test_memleaks.py index a519ac798..1093f5189 100755 --- a/psutil/tests/test_memleaks.py +++ b/psutil/tests/test_memleaks.py @@ -231,7 +231,6 @@ def test_open_files(self): self.execute(self.proc.open_files) @unittest.skipIf(not HAS_MEMORY_MAPS, "not supported") - @unittest.skipIf(QEMU_USER, "QEMU user not supported") @fewtimes_if_linux() def test_memory_maps(self): self.execute(self.proc.memory_maps)