repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
nixos
/
tests
/
make-test-python.nix
blob
7a96f538d8d7a85c729f57c82587f879f8e91a82
1
f: {
2
system ? builtins.currentSystem,
3
pkgs ? import ../.. { inherit system; },
4
...
5
} @ args:
6
7
with import ../lib/testing-python.nix { inherit system pkgs; };
8
9
makeTest (if pkgs.lib.isFunction f then f (args // { inherit pkgs; inherit (pkgs) lib; }) else f)