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

Tests failing with Python 3.7 #283

Open
williamjmorenor opened this issue Jun 26, 2018 · 0 comments
Open

Tests failing with Python 3.7 #283

williamjmorenor opened this issue Jun 26, 2018 · 0 comments
Milestone

Comments

@williamjmorenor
Copy link

Hello, in the update to python3.7 rows is failint test with the message:

FAIL: rows.Table.add should be constant time

Traceback (most recent call last):
File "/builddir/build/BUILD/rows-0.3.1/tests/tests_table.py", line 318, in test_table_add_time
self.assertTrue(0.2 * mean > stdev)
AssertionError: False is not true

Ran 157 tests in 0.874s
FAILED (failures=1)
RPM build errors:
error: Bad exit status from /var/tmp/rpm-tmp.KIoK0X (%check)
Bad exit status from /var/tmp/rpm-tmp.KIoK0X (%check)
Child return code was: 1
EXCEPTION: [Error()]
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 89, in trace
result = func(*args, **kw)
File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 582, in do
raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode)
mockbuild.exception.Error: Command failed. See logs for output.

bash --login -c /usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-rows.spec

The issue is with the command

nosetests-3.7 -v -e tests_plugin_parquet -e tests_plugin_xlsx -e test_local_file_sample_size -e tests_plugin_json

References:

@turicas turicas added this to the Version 0.4.0 milestone Dec 2, 2018
@turicas turicas modified the milestones: Version 0.4.0, Version 0.5.0 Feb 9, 2019
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

No branches or pull requests

2 participants