Skip to content

Commit

Permalink
Update salaries.csv URL post pandas-dev#14587
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed Dec 12, 2016
1 parent 6530f46 commit 6230dfb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pandas/io/tests/parser/test_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ class TestCompressedUrl:
def __init__(self):
path = os.path.join(tm.get_data_path(), 'salary.table.csv')
self.local_table = read_table(path)
# NOTE: change URL once https://github.com/pandas-dev/pandas/pull/14587
# is merged.
self.base_url = ('https://github.com/dhimmel/pandas/raw/'
'24341b53341455433abcb6d01a2c7b4071e35316/'
self.base_url = ('https://github.com/pandas-dev/pandas/raw/master/'
'pandas/io/tests/parser/data/salaries.csv')

def test_compressed_urls(self):
Expand Down

0 comments on commit 6230dfb

Please sign in to comment.