mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-30 17:43:42 +00:00
python310Packages.statsd: fix cross compile
This commit is contained in:
parent
01b8587401
commit
5faf50c5f7
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
||||
sha256 = "07yxnlalvcglgwa9pjs1clwrmwx7a4575jai7q05jz3g4i6dprp3";
|
||||
};
|
||||
|
||||
buildInputs = [ nose mock ];
|
||||
checkInputs = [ nose mock ];
|
||||
|
||||
patchPhase = ''
|
||||
# Failing test: ERROR: statsd.tests.test_ipv6_resolution_udp
|
||||
|
Loading…
Reference in New Issue
Block a user