mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
pythonPackages.os-testr: mark as broken
This commit is contained in:
parent
cebce78be9
commit
52b1995250
@ -16668,6 +16668,11 @@ in {
|
|||||||
|
|
||||||
propagatedBuildInputs = with self; [ pbr Babel testrepository subunit testtools ];
|
propagatedBuildInputs = with self; [ pbr Babel testrepository subunit testtools ];
|
||||||
buildInputs = with self; [ coverage oslosphinx oslotest testscenarios six ddt ];
|
buildInputs = with self; [ coverage oslosphinx oslotest testscenarios six ddt ];
|
||||||
|
|
||||||
|
# Requires pbr < 2
|
||||||
|
# Or update to latest version but that requires updating the whole of openstack / oslo
|
||||||
|
meta.broken = true;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
bandit = buildPythonPackage rec {
|
bandit = buildPythonPackage rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user