summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-barcode
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2023-01-28 11:27:21 +0100
committerLinus Heckemann <git@sphalerite.org>2023-01-28 11:27:21 +0100
commit09f76e171e8ecc4a350d71ae6162cc5c49c822c2 (patch)
tree104711e631ad286a8e7de3ef7bea16baaa0becf4 /pkgs/development/python-modules/python-barcode
parent246d09fea28c85de7a2f6223fad6927429c3697b (diff)
parent9b97ad7b4330aacda9b2343396eb3df8a853b4fc (diff)
Merge remote-tracking branch 'upstream/nixos-unstable' into stateless-vms
Diffstat (limited to 'pkgs/development/python-modules/python-barcode')
-rw-r--r--pkgs/development/python-modules/python-barcode/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-barcode/default.nix b/pkgs/development/python-modules/python-barcode/default.nix
index 5d64f933b691..dc54f7075fdc 100644
--- a/pkgs/development/python-modules/python-barcode/default.nix
+++ b/pkgs/development/python-modules/python-barcode/default.nix
@@ -36,7 +36,7 @@ buildPythonPackage rec {
--replace "--no-cov-on-fail" ""
'';
- checkInputs = [
+ nativeCheckInputs = [
pytestCheckHook
] ++ passthru.optional-dependencies.images;