about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-07-02 16:08:42 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-07-02 16:08:42 +0200
commiteade7923a0823c7367ba2da594331e99d4a4e271 (patch)
tree7e94f54b5569bc26b09cfaf54fdea18d08aa9e54 /pkgs/top-level
parent9223fdbd6db97956966810b8445f066f29bb16c0 (diff)
python311Packages.pytest-examples: init at 0.0.9
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 9987879dca208..14c83e485afef 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -9715,6 +9715,8 @@ self: super: with self; {
 
   pytest-error-for-skips = callPackage ../development/python-modules/pytest-error-for-skips { };
 
+  pytest-examples = callPackage ../development/python-modules/pytest-examples { };
+
   pytest-expect = callPackage ../development/python-modules/pytest-expect { };
 
   pytest-factoryboy = callPackage ../development/python-modules/pytest-factoryboy { };