python3Packages.simple-salesforce: unbreak
fixes https://hydra.nixos.org/build/325208875
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
pendulum,
|
||||
pyjwt,
|
||||
pytestCheckHook,
|
||||
pytest-cov-stub,
|
||||
pytz,
|
||||
requests,
|
||||
responses,
|
||||
@@ -41,10 +42,17 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
pytest-cov-stub
|
||||
pytz
|
||||
responses
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
"test_connected_app_login_failure"
|
||||
"test_token_login_failure"
|
||||
"test_token_login_failure_with_warning"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "simple_salesforce" ];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user