@@ -26,10 +26,7 @@ class TestCompressedUrl: |
|
|
26 |
26 |
def __init__(self): |
27 |
27 |
path = os.path.join(tm.get_data_path(), 'salary.table.csv') |
28 |
28 |
self.local_table = read_table(path) |
29 |
|
-# NOTE: change URL once https://github.com/pandas-dev/pandas/pull/14587 |
30 |
|
-# is merged. |
31 |
|
-self.base_url = ('https://github.com/dhimmel/pandas/raw/' |
32 |
|
-'24341b53341455433abcb6d01a2c7b4071e35316/' |
|
29 |
+self.base_url = ('https://github.com/pandas-dev/pandas/raw/master/' |
33 |
30 |
'pandas/io/tests/parser/data/salaries.csv') |
34 |
31 |
|
35 |
32 |
def test_compressed_urls(self): |