mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
python.pkgs.detox: mark as broken
According to https://github.com/tox-dev/detox/blob/0.19/README.md, "detox is unmaintained and incompatible with tox > 3.6." We currently have tox 3.7.
This commit is contained in:
parent
af0083f135
commit
f70f3b3005
@ -23,5 +23,8 @@ buildPythonPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "What is detox?";
|
||||
homepage = https://bitbucket.org/hpk42/detox;
|
||||
license = licenses.mit;
|
||||
# detox is unmaintained and incompatible with tox > 3.6
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user