Commit d7927086 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

python3Packages.simple-salesforce: unbreak

parent e69c67bf
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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 = {