aboutsummaryrefslogtreecommitdiff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-09-23 19:16:24 -0400
committerGitHub <noreply@github.com>2019-09-23 19:16:24 -0400
commit03e90ff4328b192cd19aa5a682e3e06e2f1e08f9 (patch)
treed65bb5799b9efe5f51af650fd934a40e7b83aafe /pkgs/top-level
parenta4d1b0ad83c56df9ea5a0f51a24c11f04a63be5d (diff)
parent97f2b7bfd7b0df4c005a47382232c3874b84a13c (diff)
Merge pull request #68722 from flokli/pytest-check
python.pkgs.pytest-check: init at 0.3.5
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 59b0819eb36..654f1c50f40 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -1052,6 +1052,8 @@ in {
pytest-click = callPackage ../development/python-modules/pytest-click { };
+ pytest-check = callPackage ../development/python-modules/pytest-check { };
+
pytest-env = callPackage ../development/python-modules/pytest-env { };
pytest-flask = callPackage ../development/python-modules/pytest-flask { };