summary refs log tree commit diff
path: root/pkgs/development/python-modules/moto
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2019-07-25 01:47:10 -0700
committerJonathan Ringer <jonringer117@gmail.com>2019-07-25 01:47:10 -0700
commite557e7a12ae21e403c419a548be91fc0f5f0ceae (patch)
tree3f9ed1ce2eebd1fdb13af36bbb0ffb30c559659f /pkgs/development/python-modules/moto
parentf5cbc1a1973402d19a632dc0bffddfbd9aab19b5 (diff)
downloadnixpkgs-e557e7a12ae21e403c419a548be91fc0f5f0ceae.tar
nixpkgs-e557e7a12ae21e403c419a548be91fc0f5f0ceae.tar.gz
nixpkgs-e557e7a12ae21e403c419a548be91fc0f5f0ceae.tar.bz2
nixpkgs-e557e7a12ae21e403c419a548be91fc0f5f0ceae.tar.lz
nixpkgs-e557e7a12ae21e403c419a548be91fc0f5f0ceae.tar.xz
nixpkgs-e557e7a12ae21e403c419a548be91fc0f5f0ceae.tar.zst
nixpkgs-e557e7a12ae21e403c419a548be91fc0f5f0ceae.zip
pythonPackages.moto: fix description
Diffstat (limited to 'pkgs/development/python-modules/moto')
-rw-r--r--pkgs/development/python-modules/moto/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/moto/default.nix b/pkgs/development/python-modules/moto/default.nix
index f331b211323..04381d73834 100644
--- a/pkgs/development/python-modules/moto/default.nix
+++ b/pkgs/development/python-modules/moto/default.nix
@@ -70,7 +70,7 @@ buildPythonPackage rec {
                   -e test_decorator_start_and_stop'';
 
   meta = with lib; {
-    description = "This project extends the Application Insights API surface to support Python";
+    description = "Allows your tests to easily mock out AWS Services";
     homepage = https://github.com/spulec/moto;
     license = licenses.asl20;
     maintainers = [ ];