Skip to content

Commit

Permalink
Remove speedtest entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
jhodges10 committed Jun 6, 2024
1 parent e7c683c commit 89ad09d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 62 deletions.
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ xxhash
furo
analytics-python
token-bucket
speedtest-cli
sphinx-autobuild
sphinx-autodoc-typehints
57 changes: 0 additions & 57 deletions frameioclient/lib/bandwidth.py

This file was deleted.

3 changes: 1 addition & 2 deletions frameioclient/lib/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ def __init__(self, client: FrameioClient):
self.autoconfigure()

def autoconfigure(self):
# self.bandwidth = SpeedTest.speedtest()
return
pass

def save_config(self):
pass
Expand Down
1 change: 0 additions & 1 deletion frameioclient/lib/telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
class Telemetry(object):
def __init__(self, user_id):
self.user_id = user_id
self.speedtest = None
self.identity = None
self.context = None
self.integrations = {"all": False, "Amplitude": True}
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def run(self):
'importlib-metadata ~= 1.0 ; python_version < "3.8"',
'requests',
'token-bucket',
'speedtest-cli',
'urllib3',
'xxhash',
],
Expand Down

0 comments on commit 89ad09d

Please sign in to comment.