python3Packages.scrapy: move LC_ALL into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-28 13:51:29 +01:00
parent fb53d13fc7
commit 1a3bd5f149
@@ -98,7 +98,7 @@ buildPythonPackage rec {
uvloop
];
LC_ALL = "en_US.UTF-8";
env.LC_ALL = "en_US.UTF-8";
pytestFlags = [
# DeprecationWarning: There is no current event loop