From 2f4300452eadc3389cc472b0199cc577ff92d60b Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 5 Aug 2024 23:17:25 +0200 Subject: [PATCH] nbqa: 1.8.5 -> 1.8.7 Diff: https://github.com/nbQA-dev/nbQA/compare/refs/tags/1.8.5...1.8.7 Changelog: https://nbqa.readthedocs.io/en/latest/history.html --- pkgs/tools/misc/nbqa/default.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pkgs/tools/misc/nbqa/default.nix b/pkgs/tools/misc/nbqa/default.nix index 251083be4c10..91a501e80319 100644 --- a/pkgs/tools/misc/nbqa/default.nix +++ b/pkgs/tools/misc/nbqa/default.nix @@ -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 = [