about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-01-17 02:02:51 +0000
committerAlyssa Ross <hi@alyssa.is>2020-01-17 03:16:52 +0000
commitad50b532eeca075c442e8df75859240e00fe3afc (patch)
tree2d37befb9fbac97fc4c07fc6283cb38053f9c528
parentf05f316bf4eb179a1b1dc46ea4d0e8d5e33bf949 (diff)
downloadnixlib-ad50b532eeca075c442e8df75859240e00fe3afc.tar
nixlib-ad50b532eeca075c442e8df75859240e00fe3afc.tar.gz
nixlib-ad50b532eeca075c442e8df75859240e00fe3afc.tar.bz2
nixlib-ad50b532eeca075c442e8df75859240e00fe3afc.tar.lz
nixlib-ad50b532eeca075c442e8df75859240e00fe3afc.tar.xz
nixlib-ad50b532eeca075c442e8df75859240e00fe3afc.tar.zst
nixlib-ad50b532eeca075c442e8df75859240e00fe3afc.zip
python3.pkgs.postorius: use checkInputs
-rw-r--r--nixpkgs/pkgs/servers/mail/mailman/postorius.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/servers/mail/mailman/postorius.nix b/nixpkgs/pkgs/servers/mail/mailman/postorius.nix
index 87ccefd1f907..194682f28211 100644
--- a/nixpkgs/pkgs/servers/mail/mailman/postorius.nix
+++ b/nixpkgs/pkgs/servers/mail/mailman/postorius.nix
@@ -11,8 +11,8 @@ buildPythonPackage rec {
     sha256 = "027k70p1a4glskymbw4vw3fj460a9ipgcnns7xidp604s1fwz7lx";
   };
 
-  buildInputs = [ beautifulsoup4 vcrpy mock ];
   propagatedBuildInputs = [ django-mailman3 readme_renderer ];
+  checkInputs = [ beautifulsoup4 vcrpy mock ];
 
   # The test suite is broken. :-( There are tons of failed attempts to connect
   # to some local service. I'm not sure what is going on. Needs debugging.