Merge pull request #146413 from mweinelt/python/imap-tools
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "imap-tools";
|
||||
version = "0.49.1";
|
||||
version = "0.50.0";
|
||||
|
||||
disabled = isPy27;
|
||||
|
||||
@@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||
owner = "ikvk";
|
||||
repo = "imap_tools";
|
||||
rev = "v${version}";
|
||||
sha256 = "071bri1h6j8saqqlb50zibdrk5hgkpwp4ysiskl1zin18794bq82";
|
||||
sha256 = "sha256-4OMWLWvNRg7z4KAAkB1l5YaWILFwIepZOWhBd64SGWI=";
|
||||
};
|
||||
|
||||
checkInputs = [
|
||||
@@ -29,9 +29,6 @@ buildPythonPackage rec {
|
||||
"test_connectio"
|
||||
"test_attributes"
|
||||
"test_live"
|
||||
# logic operator tests broken in 0.49.0
|
||||
# https://github.com/ikvk/imap_tools/issues/143
|
||||
"test_logic_operators"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "imap_tools" ];
|
||||
|
||||
Reference in New Issue
Block a user