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 b283db0 commit 55bbd64Copy full SHA for 55bbd64
docs/site/03-compatibility.md
@@ -66,7 +66,7 @@ img.pylogo {
66
<script>
67
DB.ANY_VERSION = "any";
68
DB.INSTALLS_BUT_FAILS_TESTS = "The package installs, but the test suite was not set up for GraalPy.";
69
- DB.FAILS_TO_INSTALL = "The package fails to build or install.";
+ DB.FAILS_TO_INSTALL = "We have been unable to build, install, or run tests for this package.";
70
DB.UNSUPPORTED = "The package is unsupported.";
71
DB.PERCENT_PASSING = (pct) => `${pct}% of the tests are passing on GraalPy.`;
72
const PATCH_AVAILABLE = "GraalPy will automatically apply a patch when installing this package to improve compatibility.";
0 commit comments