Skip to content

Commit

Permalink
Revert "Update test_memleaks.py"
Browse files Browse the repository at this point in the history
This reverts commit a7cc8b0.
  • Loading branch information
mayeut committed Jun 13, 2024
1 parent a7cc8b0 commit fb31937
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion psutil/tests/test_memleaks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fb31937

Please sign in to comment.