zope_configuration: Skip tests on py3

There is an open problem around namespace packages which prevents a successful
test run at the moment.
This commit is contained in:
Johannes Bornhold 2017-02-21 10:52:53 +01:00
parent 3134afb814
commit ac346f4be6

View file

@ -27591,6 +27591,10 @@ EOF
propagatedBuildInputs = with self; [ zope_i18nmessageid zope_schema ];
# Trouble with implicit namespace packages on Python3
# see https://github.com/pypa/setuptools/issues/912
doCheck = !isPy3k;
meta = {
maintainers = with maintainers; [ goibhniu ];
};