Skip to content

Commit

Permalink
Re-enable icmp tests on Linux and Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 18, 2024
1 parent 0247a67 commit e925f5f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ def pywin32_missing():
'jaraco/net/icmp.py',
]
* (sys.version_info < (3, 10))
+ [
# ping is not working on Linux nor Windows
'jaraco/net/icmp.py',
]
* (platform.system() in {"Linux", "Windows"})
)


Expand Down

0 comments on commit e925f5f

Please sign in to comment.