Unverified Commit c11631af authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.approvaltests: 14.6.0 -> 15.0.0 (#425644)

parents abc9bc13 507cbc57
Loading
Loading
Loading
Loading
+4 −8
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@
  empty-files,
  fetchFromGitHub,
  mock,
  mrjob,
  numpy,
  pyperclip,
  pytest,
@@ -20,14 +19,14 @@

buildPythonPackage rec {
  pname = "approvaltests";
  version = "14.6.0";
  version = "15.0.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "approvals";
    repo = "ApprovalTests.Python";
    tag = "v${version}";
    hash = "sha256-hoBT83p2PHZR5NtVChdWK5SMjLt8llj59K5ODaKtRhQ=";
    hash = "sha256-lXc81hQzxHxpg96OSWkkWmdmLOf4nU56dIKYVgLo+s8=";
  };

  build-system = [ setuptools ];
@@ -38,7 +37,6 @@ buildPythonPackage rec {
    beautifulsoup4
    empty-files
    mock
    mrjob
    pyperclip
    pytest
    testfixtures
@@ -52,11 +50,9 @@ buildPythonPackage rec {
  ];

  disabledTests = [
    "test_preceding_whitespace"
    "test_warnings"
    # test runs another python interpreter, ignoring $PYTHONPATH
    "test_command_line_verify"
    # Tests expect paths below ApprovalTests.Python directory
    "test_received_filename"
    "test_pytest_namer"
  ];

  pythonImportsCheck = [