Skip to content

Commit

Permalink
pythonPackages.os-testr: mark as broken
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed May 3, 2017
1 parent cebce78 commit 52b1995
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16668,6 +16668,11 @@ in {

propagatedBuildInputs = with self; [ pbr Babel testrepository subunit testtools ];
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 {
Expand Down

3 comments on commit 52b1995

@FRidh
Copy link
Member Author

@FRidh FRidh commented on 52b1995 May 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could try upgrading this package.

@FRidh
Copy link
Member Author

@FRidh FRidh commented on 52b1995 May 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Openstack is broken anyway.

@FRidh
Copy link
Member Author

@FRidh FRidh commented on 52b1995 May 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. I was actually just looking at making openstack support optional.

Please sign in to comment.