Skip to content

Commit 5a1cd4d

Browse files
committed
use test server for testing
1 parent 64787ed commit 5a1cd4d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openml/testing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def setUp(self):
2828
self.cached = True
2929
# amueller's read/write key that he will throw away later
3030
openml.config.apikey = "610344db6388d9ba34f6db45a3cf71de"
31+
openml.config.server = "http://test.openml.org/api/v1/xml"
3132
openml.config.set_cache_directory(self.workdir, self.workdir)
3233

3334
def tearDown(self):

0 commit comments

Comments
 (0)