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:
parent
3134afb814
commit
ac346f4be6
1 changed files with 4 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue