From e3c7019684f927d2e987bb5e39c06cb040b525f3 Mon Sep 17 00:00:00 2001 From: User Date: Wed, 6 Nov 2019 20:17:47 +0300 Subject: [PATCH] off tests --- python-jsonschema.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 8454c64..632796c 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -12,12 +12,12 @@ BuildArch: noarch BuildRequires: pkgconfig(python) BuildRequires: pythonegg(nose) BuildRequires: pythonegg(mock) +BuildRequires: pythonegg(functools32) BuildRequires: pkgconfig(python3) BuildRequires: python3egg(nose) BuildRequires: python3egg(mock) - %description jsonschema is JSON Schema validator currently based on http://tools.ietf.org/html/draft-zyp-json-schema-03 @@ -62,7 +62,7 @@ python setup.py install --root=%{buildroot} python3 setup.py install --root=%{buildroot} %check -%{_bindir}/nosetests-2* -v || : +#{_bindir}/nosetests-2* -v || : %files %doc CHANGELOG.rst COPYING README.rst