Open oraclown opened 1 year ago
Reporter tests failing on my local:
==================================================================== short test summary info ====================================================================
FAILED tests/reporters/test_360reporter.py::test_report - assert 0 == 1000000000000000000
FAILED tests/reporters/test_360reporter.py::test_adding_stake - assert False
FAILED tests/reporters/test_360reporter.py::test_no_native_token - assert 'insufficient native token funds' in "info telliot_feeds.reporters.tellor_360:te...
FAILED tests/reporters/test_custom_360_reporter.py::test_submit_once - AssertionError: assert False
FAILED tests/reporters/test_polygon_reporter.py::test_fetch_gas_price_error - AssertionError: assert 'Invalid gas price speed for matic gasstation: blah' in '...
FAILED tests/reporters/test_rng_reporter.py::test_report - assert "Unable to stake deposit: Send transaction failed: ValueError({'message': 'VM Exception whil...
====================================================== 6 failed, 32 passed, 1 warning in 115.35s (0:01:55) ======================================================
looks like tests/reporters/test_360reporter.py::test_no_native_token
fails when run with the group, but not alone
Another thing:
These tests are failing (for akrem):
tests/reporters/test_custom_360_reporter.py::test_submit_once
tests/reporters/test_polygon_reporter.py