Commit e467c7d5 authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.mitmproxy: add NixOS test to passthru.tests

parent 08b559f3
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
  ldap3,
  mitmproxy-rs,
  msgpack,
  nixosTests,
  publicsuffix2,
  pyopenssl,
  pyparsing,
@@ -147,6 +148,10 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "mitmproxy" ];

  passthru.tests = {
    inherit (nixosTests) mitmproxy;
  };

  meta = with lib; {
    description = "Man-in-the-middle proxy";
    homepage = "https://mitmproxy.org/";