nbqa: 1.7.0 -> 1.7.1

Diff: https://github.com/nbQA-dev/nbQA/compare/1.7.0...1.7.1
This commit is contained in:
Gaetan Lepage 2023-11-25 11:51:51 +01:00 committed by Martin Weinelt
parent cb48304000
commit 11c2b05ba6
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -7,15 +7,20 @@
}:
python3.pkgs.buildPythonApplication rec {
pname = "nbqa";
version = "1.7.0";
version = "1.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "nbQA-dev";
repo = "nbQA";
rev = version;
hash = "sha256-CTF5HisBS44Ta18cVT04UrMIF30WmEBwZBGW7fkKXwk=";
rev = "refs/tags/${version}";
hash = "sha256-a/FuhJyf8BmZekUibzEiGgkHL51A+75R4a6S+h5i28s=";
};
nativeBuildInputs = with python3.pkgs; [
setuptools
];
passthru.optional-dependencies = {
black = [ black ];
blacken-docs = [ blacken-docs ];
@ -76,9 +81,6 @@ python3.pkgs.buildPythonApplication rec {
"test_running_in_different_dir_works"
"test_unable_to_reconstruct_message_pythonpath"
"test_with_subcommand"
# Broken since ruff was updated to 0.1.2
# A PR was opened upstream: https://github.com/nbQA-dev/nbQA/issues/834
"test_ruff_works"
];
disabledTestPaths = [