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:02:27 +0000
committerGitHub <noreply@github.com>2023-12-18 00:02:27 +0000
commit92cdfb811993ecdf2c4b21738c2906119cf68b29 (patch)
tree4a90a7f30ac79b181560182e512e794dfe4f64ab /pkgs/by-name/me
parent6396e5680929ec6b9e88d6f1b308af5b83995183 (diff)
parent3a16c6447466f4034c2d75fe7014477142c9513e (diff)
downloadnixlib-92cdfb811993ecdf2c4b21738c2906119cf68b29.tar
nixlib-92cdfb811993ecdf2c4b21738c2906119cf68b29.tar.gz
nixlib-92cdfb811993ecdf2c4b21738c2906119cf68b29.tar.bz2
nixlib-92cdfb811993ecdf2c4b21738c2906119cf68b29.tar.lz
nixlib-92cdfb811993ecdf2c4b21738c2906119cf68b29.tar.xz
nixlib-92cdfb811993ecdf2c4b21738c2906119cf68b29.tar.zst
nixlib-92cdfb811993ecdf2c4b21738c2906119cf68b29.zip
Merge master into staging-next
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" ];