about summary refs log tree commit diff
path: root/pkgs/top-level/python-packages.nix
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2023-03-09 16:10:08 -0500
committerAaron Andersen <aaron@fosslib.net>2023-03-13 20:40:42 -0400
commit75b977a43a4891464c1833eb812536a27ca8b2c8 (patch)
tree010f55a4508e8113649c3e053ec3aeeffbec6d72 /pkgs/top-level/python-packages.nix
parentb5304bb5484883fb15233a7f722d23e8e6fa01b5 (diff)
python3Packages.pytest-pytestrail: init at 0.10.5
Diffstat (limited to 'pkgs/top-level/python-packages.nix')
-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 3c809a361a1b5..c2864a345c4f9 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -9214,6 +9214,8 @@ self: super: with self; {
 
   pytest-pylint = callPackage ../development/python-modules/pytest-pylint { };
 
+  pytest-pytestrail = callPackage ../development/python-modules/pytest-pytestrail { };
+
   pytest-qt = callPackage ../development/python-modules/pytest-qt { };
 
   pytest-quickcheck = callPackage ../development/python-modules/pytest-quickcheck { };