[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
This commit is contained in:
Ari Rizzitano
2017-01-23 11:03:40 -05:00
parent 12c595f80d
commit c8cc7cc14b
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",