Dong Kim
08/26/2022, 11:03 PMpython -m pytest python_modules/dagster/dagster_tests
based on the contribution page. However, import error raised as below:
ImportError while loading conftest '/Users/dong.kim/Documents/projects/dagster/python_modules/dagster/dagster_tests/conftest.py'.
python_modules/dagster/dagster_tests/conftest.py:9: in <module>
from dagster_test.dagster_core_docker_buildkite import (
ModuleNotFoundError: No module named 'dagster_test'
it looks like that dagster_test
package was not imported properly.
Do you have any suggestion how i can fix this error?
``````sandy
08/26/2022, 11:15 PMpip install -e python_modules/dagster-test
Dong Kim
08/26/2022, 11:54 PMpython_modules/dagster-test
needed to be install in dev mode.