mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
signal-export: enable tests
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
python3,
|
||||
fetchPypi,
|
||||
nix-update-script,
|
||||
writableTmpDirAsHomeHook,
|
||||
}:
|
||||
|
||||
python3.pkgs.buildPythonApplication (finalAttrs: {
|
||||
@@ -30,6 +31,14 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
|
||||
sqlcipher3-wheels
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
python3.pkgs.pytestCheckHook
|
||||
# tests/test_overwrite.py asserts that Path.home() exists
|
||||
writableTmpDirAsHomeHook
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "sigexport" ];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user