Skip to content

Commit

Permalink
Remove testing of the internet() function
Browse files Browse the repository at this point in the history
  • Loading branch information
po09i committed Apr 11, 2022
1 parent 08bc4b1 commit a82a836
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/test_version.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# -*- coding: utf-8 -*-


from dcm2bids.version import internet, is_tool, check_github_latest, __version__


def test_internet():
assert internet(port=1234) is False
from dcm2bids.version import is_tool, check_github_latest, __version__


def test_is_tool():
Expand Down

0 comments on commit a82a836

Please sign in to comment.