Merge pull request #14369 from edx/arizzitano/pa11ycrawler-ignore-update

[pa11ycrawler] update location of ignore rules file
This commit is contained in:
Ari Rizzitano
2017-01-24 17:19:33 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -203,7 +203,7 @@ class TestPaverPa11yCrawlerCmd(unittest.TestCase):
)
ignore = (
"pa11y_ignore_rules_url="
"https://raw.githubusercontent.com/singingwolfboy/"
"https://raw.githubusercontent.com/edx/"
"pa11ycrawler-ignore/master/ignore.yaml"
)
expected_cmd = [

View File

@@ -395,7 +395,7 @@ class Pa11yCrawler(BokChoyTestSuite):
Runs pa11ycrawler as staff user against the test course.
"""
data_dir = os.path.join(self.report_dir, 'data')
url = "https://raw.githubusercontent.com/singingwolfboy/pa11ycrawler-ignore/master/ignore.yaml"
url = "https://raw.githubusercontent.com/edx/pa11ycrawler-ignore/master/ignore.yaml"
return [
"scrapy",
"crawl",