Skip to content

Commit

Permalink
tests: fix spdlog version
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Jan 6, 2025
1 parent 87196e8 commit 3060404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_stuff.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ def test_submodule_versions():
versions = gh_utils.get_submodule_versions(knut_dir, 'Knut')
assert len(versions) == 9
assert versions == [{'submodule_name': 'extra_cmake_modules', 'submodule_path': '3rdparty/extra-cmake-modules', 'current_version': 'v5.110.0', 'latest_version': 'v6.9.0'}, {'submodule_name': 'kdalgorithms', 'submodule_path': '3rdparty/kdalgorithms', 'current_version': '1.2', 'latest_version': '1.4'}, {'submodule_name': 'ksyntaxhighlighting', 'submodule_path': '3rdparty/ksyntaxhighlighting', 'current_version': 'v5.110.0', 'latest_version': 'v6.9.0'}, {'submodule_name': 'nlohmann_json', 'submodule_path': '3rdparty/nlohmann-json', 'current_version': 'v3.11.2', 'latest_version': 'v3.11.3'}, {'submodule_name': 'pugixml',
'submodule_path': '3rdparty/pugixml', 'current_version': 'latest', 'latest_version': 'latest'}, {'submodule_name': 'spdlog', 'submodule_path': '3rdparty/spdlog', 'current_version': 'v1.14.1', 'latest_version': 'v0.17.0'}, {'submodule_name': 'tree_sitter', 'submodule_path': '3rdparty/tree-sitter', 'current_version': 'v0.20.8', 'latest_version': 'v0.24.1'}, {'submodule_name': 'tree_sitter_cpp', 'submodule_path': '3rdparty/tree-sitter-cpp', 'current_version': 'v0.20.2', 'latest_version': 'v0.23.4'}, {'submodule_name': 'tree_sitter_qmljs', 'submodule_path': '3rdparty/tree-sitter-qmljs', 'current_version': '0.1.2', 'latest_version': '0.2.0'}]
'submodule_path': '3rdparty/pugixml', 'current_version': 'latest', 'latest_version': 'latest'}, {'submodule_name': 'spdlog', 'submodule_path': '3rdparty/spdlog', 'current_version': 'v1.14.1', 'latest_version': 'v1.15.0'}, {'submodule_name': 'tree_sitter', 'submodule_path': '3rdparty/tree-sitter', 'current_version': 'v0.20.8', 'latest_version': 'v0.24.1'}, {'submodule_name': 'tree_sitter_cpp', 'submodule_path': '3rdparty/tree-sitter-cpp', 'current_version': 'v0.20.2', 'latest_version': 'v0.23.4'}, {'submodule_name': 'tree_sitter_qmljs', 'submodule_path': '3rdparty/tree-sitter-qmljs', 'current_version': '0.1.2', 'latest_version': '0.2.0'}]

0 comments on commit 3060404

Please sign in to comment.