python3Packages.sendgrid: 6.9.2 -> 6.9.3

This commit is contained in:
Fabian Affolter 2021-12-19 16:39:07 +01:00
parent cf66057e81
commit c50dc6c9ae

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "sendgrid";
version = "6.9.2";
version = "6.9.3";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = "sendgrid-python";
rev = version;
sha256 = "sha256-eqmYuVW912E8hiVReLAoclmNDc2+gOIcUo9lRUx9AwM=";
sha256 = "sha256-/4Wk+1zAFwK+FxRhABQBha43/zapgPDfTFGrPJjXA7s=";
};
propagatedBuildInputs = [
@ -33,10 +33,10 @@ buildPythonPackage rec {
werkzeug
];
# Exclude tests that require network access
pytestFlagsArray = [
"--ignore test/test_sendgrid.py"
"--ignore live_test.py"
disabledTestPaths = [
# Exclude tests that require network access
"test/integ/test_sendgrid.py"
"live_test.py"
];
pythonImportsCheck = [