Merge pull request #137436 from NilsIrl/mitmproxy_7.0.2

mitmproxy: 6.0.2 -> 7.0.2
This commit is contained in:
Fabian Affolter 2021-09-12 11:28:37 +02:00 committed by GitHub
commit 3d015c5845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,14 +45,14 @@
buildPythonPackage rec {
pname = "mitmproxy";
version = "6.0.2";
version = "7.0.2";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-FyIZKFQtf6qvwo4+NzPa/KOmBCcdGJ3jCqxz26+S2e4=";
sha256 = "0y5zsay9b6xgibs6m4gckw63jip35vsdfajsh1nw2zcb2xs1a7qs";
};
propagatedBuildInputs = [
@ -112,6 +112,9 @@ buildPythonPackage rec {
disabledTests = [
# Tests require a git repository
"test_get_version"
# https://github.com/mitmproxy/mitmproxy/commit/36ebf11916704b3cdaf4be840eaafa66a115ac03
# Tests require terminal
"test_integration"
];
pythonImportsCheck = [ "mitmproxy" ];