summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-sql
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2023-03-09 10:22:33 -0500
committerShea Levy <shea@shealevy.com>2023-03-09 10:22:33 -0500
commit57b37aa4205922a37cd82040ad4451335598bc06 (patch)
treee00c8b706e71d90a8501e062b7314e887784039c /pkgs/development/python-modules/python-sql
parentb094f644af3baabbe5d0086ef7faf2e5a33d3581 (diff)
parent6b79fe8cdc7bc70cc289478a1da0dc07fe8da9b0 (diff)
Merge branch 'master' into biscuit-cli-master
Diffstat (limited to 'pkgs/development/python-modules/python-sql')
-rw-r--r--pkgs/development/python-modules/python-sql/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-sql/default.nix b/pkgs/development/python-modules/python-sql/default.nix
index 91012839d053..58a5cd625fc4 100644
--- a/pkgs/development/python-modules/python-sql/default.nix
+++ b/pkgs/development/python-modules/python-sql/default.nix
@@ -17,7 +17,7 @@ buildPythonPackage rec {
hash = "sha256-b+dkCC9IiR2Ffqfm+kJfpU8TUx3fa4nyTAmOZGrRtLY=";
};
- checkInputs = [
+ nativeCheckInputs = [
pytestCheckHook
];