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 e85ea5f commit 0501f2cCopy full SHA for 0501f2c
tests/integration/profiles/five-safes-crate/test_valid_5src.py
@@ -25,6 +25,8 @@
25
logger.setLevel(logging.DEBUG)
26
27
# Dynamically fetch the SKIP_WEB_RESOURCE_AVAILABILITY_IDENTIFIER
28
+# required as disable_inherited_profiles_reporting does not disable Python checks from
29
+# inherited profiles (https://github.com/crs4/rocrate-validator/issues/135)
30
rocrate_profile = services.get_profile("ro-crate")
31
if not rocrate_profile:
32
raise RuntimeError("Unable to load the RO-Crate profile")
0 commit comments