Skip to content

Commit 6bec1fa

Browse files
committed
MAINT hardcode production server for unittests
1 parent d09fe4f commit 6bec1fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openml/testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def setUp(self):
4343
# amueller's read/write key that he will throw away later
4444
openml.config.apikey = "610344db6388d9ba34f6db45a3cf71de"
4545

46-
self.production_server = openml.config.server
46+
self.production_server = "http://www.openml.org/api/v1/xml"
4747
self.test_server = "http://capa.win.tue.nl/api/v1/xml"
4848
openml.config.server = self.test_server
4949
openml.config.set_cache_directory(self.workdir, self.workdir)

0 commit comments

Comments
 (0)