Skip to content

Commit 6230dfb

Browse files
committed
Update salaries.csv URL post #14587
1 parent 6530f46 commit 6230dfb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pandas/io/tests/parser/test_network.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ class TestCompressedUrl:
2626
def __init__(self):
2727
path = os.path.join(tm.get_data_path(), 'salary.table.csv')
2828
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/'
3330
'pandas/io/tests/parser/data/salaries.csv')
3431

3532
def test_compressed_urls(self):

0 commit comments

Comments
 (0)