Skip to content

Commit 55bbd64

Browse files
committed
Improve wording on compatibility pages for packages that may also fail cpython tests
1 parent b283db0 commit 55bbd64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/site/03-compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ img.pylogo {
6666
<script>
6767
DB.ANY_VERSION = "any";
6868
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.";
69+
DB.FAILS_TO_INSTALL = "We have been unable to build, install, or run tests for this package.";
7070
DB.UNSUPPORTED = "The package is unsupported.";
7171
DB.PERCENT_PASSING = (pct) => `${pct}% of the tests are passing on GraalPy.`;
7272
const PATCH_AVAILABLE = "GraalPy will automatically apply a patch when installing this package to improve compatibility.";

0 commit comments

Comments
 (0)