Skip to content
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

Do not execute make_graph function again after define function in Dag class #18

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Light-Gao
Copy link

I believe it's worth that keeping graph defined already as an attribute of Dag class. Since in most of those cases, people would define graph firstly. Thus, it would take redundant moves if we execute make_graph() again.

@Light-Gao
Copy link
Author

Light-Gao commented Jan 22, 2019

Travis job went failed when testing with python3.6.
Error message: PluginValidationError: Plugin 'pytest_cov' could not be loaded: (pytest 3.3.0 (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages), Requirement.parse('pytest>=3.6'))!

Obviously, it's dependency issue. Could it be possible that we put specific version number about pytest in requirement-dev.txt ? Say pytest>=3.6 ?

@Light-Gao Light-Gao changed the title Do not execute make_graph() again after define() in Dag class Do not execute make_graph function again after define function in Dag class Jan 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant