Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

packaging/tests are failing #2

Open
zeph opened this issue May 19, 2020 · 0 comments · May be fixed by #3
Open

packaging/tests are failing #2

zeph opened this issue May 19, 2020 · 0 comments · May be fixed by #3

Comments

@zeph
Copy link
Contributor

zeph commented May 19, 2020

either via $ python3 setup.py test or attempting a debian packaging

>       assert fams[0].samples == [('temper_temperature_celsius', {'name': 'foo', 'phy': ':phy:', 'version': 'VERSIONSTRING___'}, 22)]
E       AssertionError: assert [Sample(name=...xemplar=None)] == [('temper_temp...ING___'}, 22)]
E         At index 0 diff: Sample(name='temper_temperature_celsius', labels={'name': 'foo', 'phy': ':phy:', 'version': 'VERSIONSTRING___'}, value=22, timestamp=None, exemplar=None) != ('temper_temperature_celsius', {'name': 'foo', 'phy': ':phy:', 'version': 'VERSIONSTRING___'}, 22)
E         Use -v to get the full diff

test/test_exporter.py:33: AssertionError

seems a pretty straight forward fix, I'll try to bake it

@zeph zeph linked a pull request May 21, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant