From 3cdec23d7d3d986e884501e2451374fd3fe4b049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Spie=C3=9F?= Date: Tue, 14 May 2024 16:45:02 +0000 Subject: [PATCH] Update integration tests for new ScanCode schema version --- tools/integration/lib/harvester.js | 2 +- tools/integration/test/integration/testConfig.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/integration/lib/harvester.js b/tools/integration/lib/harvester.js index 163a1d5..d5754e5 100644 --- a/tools/integration/lib/harvester.js +++ b/tools/integration/lib/harvester.js @@ -7,7 +7,7 @@ const { callFetch, buildPostOpts } = require('./fetch') //See https://api.clearlydefined.io/api-docs/#/harvest/get_harvest__type___provider___namespace___name___revision___tool___toolVersion_ const defaultToolChecks = [ ['licensee', '9.14.0'], - ['scancode', '30.3.0'], + ['scancode', '32.3.0'], ['reuse', '3.2.1'] ] diff --git a/tools/integration/test/integration/testConfig.js b/tools/integration/test/integration/testConfig.js index 1305fc4..79f607b 100644 --- a/tools/integration/test/integration/testConfig.js +++ b/tools/integration/test/integration/testConfig.js @@ -12,7 +12,7 @@ const pollingMaxTime = 1000 * 60 * 30 // 30 minutes //See https://api.clearlydefined.io/api-docs/#/harvest/get_harvest__type___provider___namespace___name___revision___tool___toolVersion_ const harvestSchemaVersions = [ ['licensee', '9.14.0'], - ['scancode', '30.3.0'], + ['scancode', '32.3.0'], ['reuse', '3.2.1'] ] @@ -27,6 +27,7 @@ const components = [ 'git/github/ratatui-org/ratatui/bcf43688ec4a13825307aef88f3cdcd007b32641', 'gem/rubygems/-/sorbet/0.5.11226', 'pypi/pypi/-/platformdirs/4.2.0', + 'pypi/pypi/-/sdbus/0.12.0', 'go/golang/rsc.io/quote/v1.3.0', 'nuget/nuget/-/NuGet.Protocol/6.7.1', 'composer/packagist/symfony/polyfill-mbstring/v1.28.0',