Skip to content

Commit 3b53bb0

Browse files
committed
Remove check for config file at test time
1 parent d475897 commit 3b53bb0

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/test_apiconnector.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ class TestAPIConnector(unittest.TestCase):
2727
"""
2828

2929
def setUp(self):
30-
config_file = os.path.expanduser('~/.openml/config')
31-
if not os.path.exists(config_file):
32-
raise Exception("OpenML config file required to run unit tests. "
33-
"See https://github.com/openml/OpenML/wiki/Client-API")
34-
3530
self.cwd = os.getcwd()
3631
workdir = os.path.dirname(os.path.abspath(__file__))
3732
self.workdir = os.path.join(workdir, "tmp")

0 commit comments

Comments
 (0)