lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.scikit-misc: format

+4 -1
+4 -1
pkgs/development/python-modules/scikit-misc/default.nix
··· 59 59 cd "$(mktemp -d)" 60 60 ''; 61 61 62 - pytestFlags = [ "--pyargs" "skmisc" ]; 62 + pytestFlags = [ 63 + "--pyargs" 64 + "skmisc" 65 + ]; 63 66 64 67 pythonImportsCheck = [ "skmisc" ]; 65 68