python3Packages.checkdmarc: 5.16.2 -> 5.17.0 (#530511)
This commit is contained in:
@@ -19,14 +19,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "checkdmarc";
|
||||
version = "5.15.4";
|
||||
version = "5.17.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "domainaware";
|
||||
repo = "checkdmarc";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-MafEl+5uZS490ZZqi74alOnbLfDyMGb5RK5CtyHUS60=";
|
||||
hash = "sha256-smKilbk+91da1Jh/e+eG6rP/YSCwS499qk3qHFQWH3A=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
@@ -54,8 +54,6 @@ buildPythonPackage (finalAttrs: {
|
||||
|
||||
pythonImportsCheck = [ "checkdmarc" ];
|
||||
|
||||
enabledTestPaths = [ "tests.py" ];
|
||||
|
||||
disabledTests = [
|
||||
# Tests require network access
|
||||
"testBIMI"
|
||||
|
||||
Reference in New Issue
Block a user