Can someone please help in figuring out why this t...
# contribute-code
s
Can someone please help in figuring out why this test is failing in this pull request https://github.com/linkedin/datahub/pull/3245 I have run all steps except integration tests as this test is not integration test. That passed on my local environment. But it is failing on github runs.
h
ModuleNotFoundError: No module named 'pymysql'
Is it not installed? but the tests should be run with "all" depedencies installed 🤔
w
@square-activity-64562 This should be solved now, can you update your branch to latest master?
s
@witty-state-99511 I merged master into my branch. It is still showing same error
Copy code
E   ModuleNotFoundError: No module named 'pymysql'