mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 08:39:59 -05:00
fix frontier tests now that enable_warcprox_features is simply omitted by default
This commit is contained in:
parent
4aa611af52
commit
34bb64297f
2
setup.py
2
setup.py
@ -32,7 +32,7 @@ def find_package_data(package):
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='brozzler',
|
name='brozzler',
|
||||||
version='1.1b9',
|
version='1.1b10.dev216',
|
||||||
description='Distributed web crawling with browsers',
|
description='Distributed web crawling with browsers',
|
||||||
url='https://github.com/internetarchive/brozzler',
|
url='https://github.com/internetarchive/brozzler',
|
||||||
author='Noah Levitt',
|
author='Noah Levitt',
|
||||||
|
@ -67,7 +67,6 @@ def test_basics():
|
|||||||
assert sites[1].starts_and_stops[0]['start']
|
assert sites[1].starts_and_stops[0]['start']
|
||||||
assert sites[0] == {
|
assert sites[0] == {
|
||||||
'claimed': False,
|
'claimed': False,
|
||||||
'enable_warcprox_features': False,
|
|
||||||
'id': sites[0].id,
|
'id': sites[0].id,
|
||||||
'job_id': job.id,
|
'job_id': job.id,
|
||||||
'last_claimed': brozzler.EPOCH_UTC,
|
'last_claimed': brozzler.EPOCH_UTC,
|
||||||
@ -86,7 +85,6 @@ def test_basics():
|
|||||||
}
|
}
|
||||||
assert sites[1] == {
|
assert sites[1] == {
|
||||||
'claimed': False,
|
'claimed': False,
|
||||||
'enable_warcprox_features': False,
|
|
||||||
'id': sites[1].id,
|
'id': sites[1].id,
|
||||||
'job_id': job.id,
|
'job_id': job.id,
|
||||||
'last_claimed': brozzler.EPOCH_UTC,
|
'last_claimed': brozzler.EPOCH_UTC,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user