about summary refs log tree commit diff
path: root/pkgs/by-name/me
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-12-18 00:03:01 +0000
committerGitHub <noreply@github.com>2023-12-18 00:03:01 +0000
commit6ffc5a86039ae1e53a30738d6a671813d420d62f (patch)
tree8786783b5c14aa1378e33b3a12b9e7cd1a48e6ed /pkgs/by-name/me
parent543b819720cb5e17c32a34ceefd6ad71c7a62839 (diff)
parent92cdfb811993ecdf2c4b21738c2906119cf68b29 (diff)
downloadnixlib-6ffc5a86039ae1e53a30738d6a671813d420d62f.tar
nixlib-6ffc5a86039ae1e53a30738d6a671813d420d62f.tar.gz
nixlib-6ffc5a86039ae1e53a30738d6a671813d420d62f.tar.bz2
nixlib-6ffc5a86039ae1e53a30738d6a671813d420d62f.tar.lz
nixlib-6ffc5a86039ae1e53a30738d6a671813d420d62f.tar.xz
nixlib-6ffc5a86039ae1e53a30738d6a671813d420d62f.tar.zst
nixlib-6ffc5a86039ae1e53a30738d6a671813d420d62f.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/by-name/me')
-rw-r--r--pkgs/by-name/me/memtree/package.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/by-name/me/memtree/package.nix b/pkgs/by-name/me/memtree/package.nix
index 68e990456e75..f69c3f8e95d3 100644
--- a/pkgs/by-name/me/memtree/package.nix
+++ b/pkgs/by-name/me/memtree/package.nix
@@ -18,7 +18,6 @@ python3Packages.buildPythonApplication {
 
   nativeBuildInputs = with python3Packages; [
     poetry-core
-    pytestCheckHook
   ];
 
   propagatedBuildInputs = with python3Packages; [
@@ -27,11 +26,11 @@ python3Packages.buildPythonApplication {
 
   nativeCheckInputs = with python3Packages; [
     hypothesis
-    pytest
+    pytestCheckHook
   ];
 
   pytestFlagsArray = [ "-v" ];
-  pythonImportChecks = [ "memtree" ];
+  pythonImportsCheck = [ "memtree" ];
 
   passthru.updateScript = nix-update-script {
     extraArgs = [ "--version=branch" ];