pythonPackages.detox: remove

This commit is contained in:
Jonathan Ringer
2020-07-04 08:53:59 -07:00
parent f0c7019005
commit ba5559fd7a
2 changed files with 1 additions and 31 deletions
+1 -1
View File
@@ -2459,7 +2459,7 @@ in {
pretend = callPackage ../development/python-modules/pretend { };
detox = callPackage ../development/python-modules/detox { };
detox = throw "detox is no longer maintained, and was broken since may 2019"; # added 2020-07-04
pbkdf2 = callPackage ../development/python-modules/pbkdf2 { };