Unverified Commit 70ca5e34 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #332569 from GaetanLepage/nbqa

nbqa: 1.8.5 -> 1.8.7
parents fcefb0a1 2f430045
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@
}:
python3.pkgs.buildPythonApplication rec {
  pname = "nbqa";
  version = "1.8.5";
  version = "1.8.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "nbQA-dev";
    repo = "nbQA";
    rev = "refs/tags/${version}";
    hash = "sha256-vRJxpWs2i4A8gi8F4YrTlmgBSnA73KeMCrmjLNF1zpA=";
    hash = "sha256-zn+e/svaxeJU9P1sIaRrVuKW0+FM0GLKZTUx3PfuThk=";
  };

  build-system = with python3.pkgs; [
@@ -83,10 +83,6 @@ python3.pkgs.buildPythonApplication rec {
    "test_unable_to_reconstruct_message_pythonpath"
    "test_with_subcommand"
    "test_pylint_works"

    # Test cases not updated to work with ruff>=0.5.0
    # https://github.com/nbQA-dev/nbQA/issues/856
    "test_ruff_works"
  ];

  disabledTestPaths = [