aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-11-30 18:39:47 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2020-12-01 14:44:25 +0100
commitaadeda550a2037d2bf00be7fdd8eb641671efbf1 (patch)
tree3c52030b092a5cb8c9931ea304a8c69c33710990
parent41f2c382e679ef5c60e0e6b852870ff517c2aac9 (diff)
python3Packages.poetry-core: isort is no test dep
-rw-r--r--pkgs/development/python-modules/poetry-core/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/poetry-core/default.nix b/pkgs/development/python-modules/poetry-core/default.nix
index 6f96a611168c..d5d4e36d3a37 100644
--- a/pkgs/development/python-modules/poetry-core/default.nix
+++ b/pkgs/development/python-modules/poetry-core/default.nix
@@ -35,7 +35,6 @@ buildPythonPackage rec {
];
checkInputs = [
- isort
pep517
pytest-mock
pytestCheckHook