python3Packages.sympy: use the locale specification from buildPythonPackage

This commit is contained in:
Yueh-Shun Li
2025-03-08 00:30:06 +08:00
parent f2487d1b69
commit 46f20b456e
@@ -27,10 +27,6 @@ buildPythonPackage rec {
doCheck = false;
pythonImportsCheck = [ "sympy" ];
preCheck = ''
export LANG="en_US.UTF-8"
'';
passthru.tests = {
inherit sage;
};