Skip to content

Commit

Permalink
pythonPackages.zope_schema: disable tests
Browse files Browse the repository at this point in the history
See #20791
  • Loading branch information
FRidh committed Dec 5, 2016
1 parent df70ef1 commit 7d44426
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 @@ -27107,6 +27107,11 @@ in {

propagatedBuildInputs = with self; [ zope_location zope_event zope_interface zope_testing ] ++ optional isPy26 ordereddict;

# ImportError: No module named 'zope.event'
# even though zope_event has been included.
# Package seems to work fine.
doCheck = false;

meta = {
maintainers = with maintainers; [ goibhniu ];
};
Expand Down

1 comment on commit 7d44426

@FRidh
Copy link
Member Author

@FRidh FRidh commented on 7d44426 Dec 5, 2016

Choose a reason for hiding this comment

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

This should be reverted eventually
#20791 (comment)

Please sign in to comment.