summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/python-packages.nix
diff options
context:
space:
mode:
authorJaakko Luttinen <jaakko.luttinen@iki.fi>2019-11-27 19:15:58 +0200
committerJaakko Luttinen <jaakko.luttinen@iki.fi>2021-01-24 18:39:32 +0200
commite4fb0f324c5f3573dfc1040a20cec423d9acc950 (patch)
tree6a5f32ec4da4fdf3f504fab46b32a8dcf1fc6b53 /pkgs/top-level/python-packages.nix
parent11da668a9fe547896f201e7c94ee53f3f26e911e (diff)
pythonPackages.testing-postgresql: init at unstable-2017-10-31
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 2926eb9d8177..cc67b532237a 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -7122,6 +7122,8 @@ in {
testing-common-database = callPackage ../development/python-modules/testing-common-database { };
+ testing-postgresql = callPackage ../development/python-modules/testing-postgresql { };
+
testpath = callPackage ../development/python-modules/testpath { };
testrepository = callPackage ../development/python-modules/testrepository { };