Skip to content

Commit

Permalink
merge from master
Browse files Browse the repository at this point in the history
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
  • Loading branch information
giampaolo committed Oct 26, 2021
1 parent 3ad8bc0 commit cba37f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions psutil/tests/test_linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -1279,6 +1279,7 @@ def test_against_swapon(self):
tuple(swaps[i]))


@unittest.skipIf(not LINUX, "LINUX only")
class TestRootFsDeviceFinder(PsutilTestCase):

def setUp(self):
Expand Down

0 comments on commit cba37f4

Please sign in to comment.