nbqa: 1.7.1 -> 1.8.3
release: https://github.com/nbQA-dev/nbQA/releases/tag/1.8.3
changelog: 35ae632ec3/docs/history.rst
This commit is contained in:
parent
7bcd0a0ba4
commit
618419482e
1 changed files with 3 additions and 2 deletions
|
@ -7,14 +7,14 @@
|
||||||
}:
|
}:
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "nbqa";
|
pname = "nbqa";
|
||||||
version = "1.7.1";
|
version = "1.8.3";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nbQA-dev";
|
owner = "nbQA-dev";
|
||||||
repo = "nbQA";
|
repo = "nbQA";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-a/FuhJyf8BmZekUibzEiGgkHL51A+75R4a6S+h5i28s=";
|
hash = "sha256-RucDwXXEOTInhV/hk6gYXUmxUu660/pSTrBtHLrLkQ8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with python3.pkgs; [
|
nativeBuildInputs = with python3.pkgs; [
|
||||||
|
@ -81,6 +81,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
"test_running_in_different_dir_works"
|
"test_running_in_different_dir_works"
|
||||||
"test_unable_to_reconstruct_message_pythonpath"
|
"test_unable_to_reconstruct_message_pythonpath"
|
||||||
"test_with_subcommand"
|
"test_with_subcommand"
|
||||||
|
"test_pylint_works"
|
||||||
];
|
];
|
||||||
|
|
||||||
disabledTestPaths = [
|
disabledTestPaths = [
|
||||||
|
|
Loading…
Reference in a new issue