-
Notifications
You must be signed in to change notification settings - Fork 166
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
Test failure AutoImportTest.test_search_submodule: AssertionError: ('from build import env', 'env') not found in [] #478
Comments
Hi @jgarte, If you want to run rope's unittests, make sure you install the additional dev dependencies (i.e. See |
Having said that, we might want to actually rewrite this test to not depend on Maybe we can isolate this by rewriting the test to try to import something from |
It requires a submodule to be there - ie the package must have more than one file. build is problematic because
Pytest has a different issues:
Therefore, pytest won't satisfy the testing requirements. |
This should be fixed now in #755. |
Hi, does anyone know why this test might be failing?
The text was updated successfully, but these errors were encountered: