nbqa: disable failing test
This commit is contained in:
parent
959de19ff6
commit
44f7a8c2f2
1 changed files with 3 additions and 0 deletions
|
@ -76,6 +76,9 @@ 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 = [
|
||||
|
|
Loading…
Reference in a new issue