From 34bb64297f513e17bf843a42dc2ba7e87f6517ee Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Wed, 22 Mar 2017 15:46:12 -0700 Subject: [PATCH] fix frontier tests now that enable_warcprox_features is simply omitted by default --- setup.py | 2 +- tests/test_frontier.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index fb4795d..7d6df6c 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def find_package_data(package): setuptools.setup( name='brozzler', - version='1.1b9', + version='1.1b10.dev216', description='Distributed web crawling with browsers', url='https://github.com/internetarchive/brozzler', author='Noah Levitt', diff --git a/tests/test_frontier.py b/tests/test_frontier.py index 7527d53..71caa19 100644 --- a/tests/test_frontier.py +++ b/tests/test_frontier.py @@ -67,7 +67,6 @@ def test_basics(): assert sites[1].starts_and_stops[0]['start'] assert sites[0] == { 'claimed': False, - 'enable_warcprox_features': False, 'id': sites[0].id, 'job_id': job.id, 'last_claimed': brozzler.EPOCH_UTC, @@ -86,7 +85,6 @@ def test_basics(): } assert sites[1] == { 'claimed': False, - 'enable_warcprox_features': False, 'id': sites[1].id, 'job_id': job.id, 'last_claimed': brozzler.EPOCH_UTC,