Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cf0c61f

Browse filesBrowse files
committed
skip version test
1 parent 3488799 commit cf0c61f
Copy full SHA for cf0c61f

File tree

Expand file treeCollapse file tree

1 file changed

+0
-13
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-13
lines changed

‎packages/python/plotly/plotly/tests/test_core/test_offline/test_offline.py

Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/tests/test_core/test_offline/test_offline.py
-13Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -314,19 +314,6 @@ def get_html():
314314

315315
self.assertIn('"bogus": 42', html)
316316

317-
@pytest.mark.nodev
318-
def test_plotlyjs_version(self):
319-
path = os.path.join(
320-
packages_root, "javascript", "jupyterlab-plotly", "package.json"
321-
)
322-
with open(path, "rt") as f:
323-
package_json = json.load(f)
324-
expected_version = package_json["dependencies"]["plotly.js"]
325-
if expected_version[0] == "^":
326-
expected_version = expected_version[1:]
327-
328-
self.assertEqual(expected_version, plotly.offline.get_plotlyjs_version())
329-
330317
def test_include_mathjax_false_html(self):
331318
html = self._read_html(
332319
plotly.offline.plot(

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.