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

[REVIEW] Add requirements for rmm #739

Merged
merged 9 commits into from
Mar 31, 2021

Conversation

galipremsagar
Copy link
Contributor

@galipremsagar galipremsagar commented Mar 31, 2021

This PR adds build, run-time, dev & test requirements. This is needed as part of: rapidsai/cudf#7647

@galipremsagar galipremsagar requested a review from a team as a code owner March 31, 2021 01:28
@github-actions github-actions bot added the Python Related to RMM Python API label Mar 31, 2021
python/pyproject.toml Outdated Show resolved Hide resolved
python/test_requirements.txt Outdated Show resolved Hide resolved
python/setup.py Outdated Show resolved Hide resolved
@kkraus14 kkraus14 added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Mar 31, 2021
@kkraus14 kkraus14 added this to PR-WIP in v0.19 Release via automation Mar 31, 2021
python/setup.cfg Outdated Show resolved Hide resolved
python/setup.cfg Outdated Show resolved Hide resolved
v0.19 Release automation moved this from PR-WIP to PR-Reviewer approved Mar 31, 2021
@kkraus14
Copy link
Contributor

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 2e14ea1 into rapidsai:branch-0.19 Mar 31, 2021
v0.19 Release automation moved this from PR-Reviewer approved to Done Mar 31, 2021
rapids-bot bot pushed a commit that referenced this pull request Apr 7, 2021
As part of #739, we have removed `__init__.py` from `tests` directory. We were having this to be able to import `test_device_buffer` which was in `tests` directory, but in some environments, we consistently run into this following issue: https://stackoverflow.com/a/41752043, so we have to treat `tests` as a directory only and not as a module. With this change on some setups, either `test_rmm.py` silently gets skipped or errors with following error in CI:
https://gpuci.gpuopenanalytics.com/view/RAPIDS%20-%20Pascal%20Tests/job/rapidsai/job/gpuci/job/rmm/job/branches/job/rmm-gpu-pascal-branch-0.19/CUDA=10.1/33/console




As part of this PR, we are moving all the cython files required to test under an internal `rmm._test_cython` module and this way we should be able to pytest the `test_cython.py`.

Authors:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - Keith Kraus (https://github.com/kkraus14)

URL: #749
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conda improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Related to RMM Python API
Projects
No open projects
v0.19 Release
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants