summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/flashfocus
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-07-20 23:07:53 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-07-21 13:32:49 +0200
commit9bfdf57e139e7e3b253979da828285bb8284a217 (patch)
tree3e28797f722e0de7188f54f1d11ff7ef07db1cb4 /pkgs/misc/flashfocus
parent4209fed914e4362f952f4fa6d88c1808aa3df7b8 (diff)
pythonPackages: deprecate pytestrunner alias
Diffstat (limited to 'pkgs/misc/flashfocus')
-rw-r--r--pkgs/misc/flashfocus/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/flashfocus/default.nix b/pkgs/misc/flashfocus/default.nix
index 1bac8b0fe0ce..6a8786be6eaa 100644
--- a/pkgs/misc/flashfocus/default.nix
+++ b/pkgs/misc/flashfocus/default.nix
@@ -10,7 +10,7 @@ python3.pkgs.buildPythonApplication rec {
};
nativeBuildInputs = with python3.pkgs; [
- pytestrunner
+ pytest-runner
];
propagatedBuildInputs = with python3.pkgs; [