Skip to content

Commit 4004757

Browse files
committed
Remove nox-linkcheck from python-version-checks test.
1 parent a7fc60c commit 4004757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iris/tests/test_coding_standards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def test_python_versions():
103103
ci_tests_file,
104104
(
105105
f'python-version: ["{latest_supported}"]\n'
106-
f'{" " * 8}session: ["doctest", "gallery", "linkcheck"]'
106+
f'{" " * 8}session: ["doctest", "gallery"]'
107107
),
108108
),
109109
(benchmark_runner_file, f'python_version = "{latest_supported}"'),

0 commit comments

Comments
 (0)