diff --git a/test-requirements.txt b/test-requirements.txt index e31827f1..0bd4c0e8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. # Hacking already pins down pep8, pyflakes and flake8 -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0,<4.0.0 # Apache-2.0 bashate>=0.5.1 # Apache-2.0 doc8>=0.6.0 # Apache-2.0 diff --git a/test/test_pipelines.py b/test/test_pipelines.py index 62fde0ec..a1ce3f1b 100644 --- a/test/test_pipelines.py +++ b/test/test_pipelines.py @@ -193,5 +193,6 @@ class TestExportSitemap(unittest.TestCase): pipelines.ExportSitemap.from_crawler(crawler) # still thinking how to go about here. + if __name__ == '__main__': unittest.main()