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

Fix optional dependencies not being passed to modifiers with opts only #206

Merged
merged 1 commit into from Mar 3, 2018

Conversation

djhoese
Copy link
Member

@djhoese djhoese commented Mar 2, 2018

In a recent fix I made to fix a dependency issue I made a typo which caused optional dependencies to break. @mraspaud noticed it when working on a modifier with only optional dependencies.

This was all caused by a typo, see diff.

  • Tests added
  • Tests passed
  • Passes git diff origin/develop **/*py | flake8 --diff

@djhoese djhoese added the bug label Mar 2, 2018
@djhoese djhoese added this to the v0.9 milestone Mar 2, 2018
@djhoese djhoese self-assigned this Mar 2, 2018
@djhoese djhoese requested a review from mraspaud March 2, 2018 21:14
@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 58.711% when pulling 3bf76cf on bugfix-all-opts-modifier into f1117da on develop.

1 similar comment
@coveralls
Copy link

coveralls commented Mar 2, 2018

Coverage Status

Coverage increased (+0.1%) to 58.711% when pulling 3bf76cf on bugfix-all-opts-modifier into f1117da on develop.

@djhoese djhoese merged commit dece077 into develop Mar 3, 2018
@djhoese djhoese deleted the bugfix-all-opts-modifier branch March 3, 2018 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants