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

Fix test-cudf-python test directory. #46

Merged
merged 1 commit into from
Sep 24, 2021
Merged

Conversation

bdice
Copy link
Collaborator

@bdice bdice commented Sep 24, 2021

This points test-cudf-python to the more specific tests directory so that it doesn't get confused by the python/benchmarks directory.

Error output:

________________________ ERROR collecting cudf/benchmarks/bench_cudf_io.py ________________________
ImportError while importing test module '~/rapids/cudf/python/cudf/cudf/benchmarks/bench_cudf_io.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../compose/etc/conda/cuda_11.2/envs/rapids/lib/python3.8/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
cudf/benchmarks/bench_cudf_io.py:7: in <module>
    from conftest import option
E   ImportError: cannot import name 'option' from 'conftest' (~/rapids/cudf/python/cudf/cudf/tests/conftest.py)

@trxcllnt trxcllnt merged commit 605ec55 into trxcllnt:master Sep 24, 2021
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 this pull request may close these issues.

2 participants