nbqa: fix by adding distutils test dependency

This commit is contained in:
Gaetan Lepage
2024-08-02 23:31:13 +02:00
parent d049530865
commit e58878b8a1
+1
View File
@@ -59,6 +59,7 @@ python3.pkgs.buildPythonApplication rec {
]
++ (with python3.pkgs; [
autoflake
distutils
flake8
isort
jupytext