fix mathesar has a flaky test

This commit is contained in:
Noah Masur
2026-07-20 17:50:56 -04:00
parent 638b112db9
commit eec777c0c1
+7
View File
@@ -89,6 +89,13 @@ let
drf-access-policy
# psycopg-binary
;
# clevercsv's test_encoding_chardet is nondeterministic (chardet
# returns None instead of ISO-8859-1/KOI8-R on some platforms),
# breaking the build. Skip its test suite.
clevercsv = pyprev.clevercsv.overridePythonAttrs (_old: {
doCheck = false;
doInstallCheck = false;
});
};
};