Skip to content

Commit

Permalink
fix github actions windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cle-b committed Oct 23, 2024
1 parent 75da348 commit 021bc8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/test_gethostbyname_ex.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

def test_real_gethostbyname_ex_with_name():
(hostname, _, ipaddrlist) = socket.gethostbyname_ex("localhost")
assert hostname == "localhost"
assert "127.0.0.1" in ipaddrlist


Expand Down
1 change: 0 additions & 1 deletion tests/test_hosts_gethostbyname_ex.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

def test_real_gethostbyname_ex_with_name():
(hostname, _, ipaddrlist) = socket.gethostbyname_ex("localhost")
assert hostname == "localhost"
assert "127.0.0.1" in ipaddrlist


Expand Down

0 comments on commit 021bc8c

Please sign in to comment.