We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6530f46 commit 6230dfbCopy full SHA for 6230dfb
pandas/io/tests/parser/test_network.py
@@ -26,10 +26,7 @@ class TestCompressedUrl:
26
def __init__(self):
27
path = os.path.join(tm.get_data_path(), 'salary.table.csv')
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/'
+ self.base_url = ('https://github.com./pandas-dev/pandas/raw/master/'
33
'pandas/io/tests/parser/data/salaries.csv')
34
35
def test_compressed_urls(self):
0 commit comments