Skip to content

Disable downloadimg spec #16

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

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Disable downloadimg spec #16

wants to merge 5 commits into from

Conversation

kozo2
Copy link
Collaborator

@kozo2 kozo2 commented Feb 24, 2019

downloadimg spec is disabled in this pull-req.
It is hard to keep working it in .travis.yml.
And this makes difficult to update plotly.js.
(And it is more important in practice than to keep working the spec.)

I checked it worked well in this downloadimg spec disabled version
(with)

Plotly.auth(<YOUR_USERNAME>, <YOUR_API_KEY>)
plot.download_image(path: './line_chart.png')

Please allow me to merge this pull-req to master.

kozo2 and others added 5 commits February 24, 2019 03:13
It seems that add_development_dependency does NOT allow the major version difference
Install the latest bundler
@kozo2 kozo2 requested review from ash1day and mrkn February 24, 2019 19:17
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'uuidtools', '~> 2.1'
spec.add_dependency 'launchy', '~> 2.4'

spec.add_development_dependency 'bundler', '~> 1.12'
spec.add_development_dependency 'bundler', '~> 2.0.0'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think Bundler 2 has not been recommended yet.

# expect(generated_image).not_to include('errors')
# end
# end
# end
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about using pending instead of comment out?

sudo: false
cache: bundler
#sudo: false
#cache: bundler
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why don't you delete these lines?

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.

2 participants