tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.asgiref: Fix tests on darwin
Martin Weinelt
2 years ago
a48dcc5d
20c723dd
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
asgiref
default.nix
+2
pkgs/development/python-modules/asgiref/default.nix
···
35
"test_multiprocessing"
36
];
37
0
0
38
pythonImportsCheck = [ "asgiref" ];
39
40
meta = with lib; {
···
35
"test_multiprocessing"
36
];
37
38
+
__darwinAllowLocalNetworking = true;
39
+
40
pythonImportsCheck = [ "asgiref" ];
41
42
meta = with lib; {