Skip to content

Commit

Permalink
remove integrity check vs ci versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Jan 4, 2021
1 parent a9a7ffe commit 304edb7
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions scripts/integrity.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,6 @@ def the_installation_notebook():
return nbformat.writes(installation_nb)


@pytest.mark.parametrize(
"name,version",
[
["PY_JLSP_VERSION", PY_VERSION],
["JS_JLLSP_VERSION", JS_LSP_VERSION],
["JS_JLG2D_VERSION", JS_CJS_VERSION],
],
)
def test_ci_variables(name, version):
"""Are the CI version variables consistent?"""
assert PIPE_VARS[name] == version


@pytest.mark.parametrize(
"name,info", [p for p in PACKAGES.items() if p[0] != META_NAME]
)
Expand Down

0 comments on commit 304edb7

Please sign in to comment.