From c8cc7cc14b1ff5e18e4c9e1b6383670ba8194320 Mon Sep 17 00:00:00 2001 From: Ari Rizzitano Date: Mon, 23 Jan 2017 11:03:40 -0500 Subject: [PATCH] [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 --- pavelib/paver_tests/test_paver_bok_choy_cmds.py | 2 +- pavelib/utils/test/suites/bokchoy_suite.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pavelib/paver_tests/test_paver_bok_choy_cmds.py b/pavelib/paver_tests/test_paver_bok_choy_cmds.py index c279f811c5..54267cc5aa 100644 --- a/pavelib/paver_tests/test_paver_bok_choy_cmds.py +++ b/pavelib/paver_tests/test_paver_bok_choy_cmds.py @@ -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 = [ diff --git a/pavelib/utils/test/suites/bokchoy_suite.py b/pavelib/utils/test/suites/bokchoy_suite.py index 06101dc1c2..85e42f000a 100644 --- a/pavelib/utils/test/suites/bokchoy_suite.py +++ b/pavelib/utils/test/suites/bokchoy_suite.py @@ -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",