-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
remove optional dependencies #1173
remove optional dependencies #1173
Conversation
Having ENV set to the string Just take out the entire |
Oh, and one more thing, as part of this PR you can remove the sections at the top of some of the test files that try to |
@nylen updated the tests and travis.yml file |
👍 thanks for taking this on. I'll merge it tomorrow if no one objects or beats me to it. |
YAAAYYYY!!! No problem :) |
@seanstrom You are welcome - I had no time to work out the bad merge on my pull request so you taking over and working on this is much appreciated. Thank you! |
Woo! +1 Looks awesome |
Don't allow non-require statements mixed in with module require statements. We can do this now that optional dependencies were removed in request#1173.
…pendencies remove optional dependencies
Fulfills #1005
Derived from #1067
This code was paraphrased from #1067 just FYI
Thanks @nemanjawork
Review @mikeal @nylen @FredKSchott @emkay