Avoid requiring editable builds (-e
) for running tests
#108
Labels
cuda.bindings
Everything related to the cuda.bindings module
enhancement
Any code-related improvements
P1
Medium priority - Should do
Milestone
Right now it is quite subtle that the test/benchmark suites are designed to only allow editable builds to run. For normal builds, pytest has a hard time importing the needed modules. I stumbled over this for a few times.
cuda-python/docs_src/source/install.md
Line 65 in e1e3325
This should be fixed.
The text was updated successfully, but these errors were encountered: