You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are making use of TypeDBRunner and TypeDBClusterRunner classes for orchestrating tests in Java. Having the same classes in Python would be beneficial.
The text was updated successfully, but these errors were encountered:
## What is the goal of this PR?
Currently `deploy_pip` fails in runtime with `ModuleNotFoundError: No module named 'twine'` error
## What are the changes implemented in this PR?
Update the `sys.path` such that it no longer fails
We are making use of
TypeDBRunner
andTypeDBClusterRunner
classes for orchestrating tests in Java. Having the same classes in Python would be beneficial.The text was updated successfully, but these errors were encountered: