Commit c8cc7cc1 by Ari Rizzitano

[pa11ycrawler] update location of pa11ycrawler ignore rules file (AC-701)

[pa11ycrawler] update location of pa11ycrawler ignore rules file (AC-701)

patch test

temporarily force a pa11ycrawler PR run

remove temp run of pa11ycrawler
parent 12c595f8
...@@ -203,7 +203,7 @@ class TestPaverPa11yCrawlerCmd(unittest.TestCase): ...@@ -203,7 +203,7 @@ class TestPaverPa11yCrawlerCmd(unittest.TestCase):
) )
ignore = ( ignore = (
"pa11y_ignore_rules_url=" "pa11y_ignore_rules_url="
"https://raw.githubusercontent.com/singingwolfboy/" "https://raw.githubusercontent.com/edx/"
"pa11ycrawler-ignore/master/ignore.yaml" "pa11ycrawler-ignore/master/ignore.yaml"
) )
expected_cmd = [ expected_cmd = [
......
...@@ -395,7 +395,7 @@ class Pa11yCrawler(BokChoyTestSuite): ...@@ -395,7 +395,7 @@ class Pa11yCrawler(BokChoyTestSuite):
Runs pa11ycrawler as staff user against the test course. Runs pa11ycrawler as staff user against the test course.
""" """
data_dir = os.path.join(self.report_dir, 'data') 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 [ return [
"scrapy", "scrapy",
"crawl", "crawl",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment