summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2022-10-08 12:23:45 +0300
committerDoron Behar <doron.behar@gmail.com>2022-11-14 12:51:11 +0200
commit8ac4008c0918bfcd910535203c8c9caf98da0f39 (patch)
treee6f87a96d970a3992383741b39cc0e0e4c4af1d8 /pkgs/top-level
parent7a5f67056afd7036af3e4f8e3244cf9bc3aef591 (diff)
python3.pkgs.pytest-plt: init at 1.1.0
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index af0c07084a9f6..1911d7eb3c836 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -8811,6 +8811,8 @@ self: super: with self; {
 
   pytest-param-files = callPackage ../development/python-modules/pytest-param-files { };
 
+  pytest-plt = callPackage ../development/python-modules/pytest-plt { };
+
   pytest-pylint = callPackage ../development/python-modules/pytest-pylint { };
 
   pytest-qt = callPackage ../development/python-modules/pytest-qt { };