We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b313f commit 4baae05Copy full SHA for 4baae05
packages/python/plotly/plotly/tests/test_core/test_offline/test_offline.py
@@ -322,8 +322,8 @@ def test_plotlyjs_version(self):
322
expected_version = package_json["dependencies"]["plotly.js"]
323
if expected_version[0] == "^":
324
expected_version = expected_version[1:]
325
-
326
- self.assertEqual(expected_version, plotly.offline.get_plotlyjs_version())
+ if "circle-artifacts.com" not in expected_version:
+ self.assertEqual(expected_version, plotly.offline.get_plotlyjs_version())
327
328
def test_include_mathjax_false_html(self):
329
html = self._read_html(
0 commit comments