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

Use npm v7 and node.js 16 in development and testing #5922

Merged
merged 9 commits into from
Sep 3, 2021
Merged

Conversation

archmoj
Copy link
Contributor

@archmoj archmoj commented Sep 3, 2021

Supersedes #5921 and fixes the issue with listing forked modules required to address #897.

@plotly/plotly_js

@archmoj archmoj added this to the v2.5.0 milestone Sep 3, 2021
@@ -972,7 +972,7 @@ describe('Pie traces', function() {
textposition: [['outside', 'outside', 'inside', 'inside', 'outside']],
'outsidetextfont.size': 12
}, {
t: '~=', l: '~=',
t: '~=', l: 'shrunk',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Bring back the original test which was tweaked in e01d09a.

@@ -1449,7 +1449,7 @@ describe('axis zoom/pan and main plot zoom', function() {
});
});

it('panning a matching overlaying axis', function(done) {
it('@noCI panning a matching overlaying axis', function(done) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Instead of @noCI can we just increase the tolerance a bit?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This test passes locally. We did reduce the number of noCI test when compared to pre-v2 era.
I hope in near future we could spend some time to bring that down to zero.
This is I think possible by ensuring the needed fonts installed in the jasmine containers.
So if you don't mind I keep this flag and instead open an issue to track it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Collaborator

Choose a reason for hiding this comment

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

Sure, that's fine. Thanks for the tracking issue.

Copy link
Collaborator

@alexcjohnson alexcjohnson left a comment

Choose a reason for hiding this comment

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

💃 Looks good - if we can avoid adding another @noCI that would be great, but don't need to spend a lot of time on that now.

@archmoj archmoj added the bug something broken label Sep 3, 2021
@archmoj archmoj merged commit 9db24bb into master Sep 3, 2021
@archmoj archmoj deleted the npm7-node16 branch September 3, 2021 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants