mirror of
https://abf.rosa.ru/djam/python-jsonschema.git
synced 2025-02-23 16:32:49 +00:00
off tests
This commit is contained in:
parent
63ba52330c
commit
e3c7019684
1 changed files with 2 additions and 2 deletions
|
@ -12,12 +12,12 @@ BuildArch: noarch
|
||||||
BuildRequires: pkgconfig(python)
|
BuildRequires: pkgconfig(python)
|
||||||
BuildRequires: pythonegg(nose)
|
BuildRequires: pythonegg(nose)
|
||||||
BuildRequires: pythonegg(mock)
|
BuildRequires: pythonegg(mock)
|
||||||
|
BuildRequires: pythonegg(functools32)
|
||||||
|
|
||||||
BuildRequires: pkgconfig(python3)
|
BuildRequires: pkgconfig(python3)
|
||||||
BuildRequires: python3egg(nose)
|
BuildRequires: python3egg(nose)
|
||||||
BuildRequires: python3egg(mock)
|
BuildRequires: python3egg(mock)
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
jsonschema is JSON Schema validator currently based on
|
jsonschema is JSON Schema validator currently based on
|
||||||
http://tools.ietf.org/html/draft-zyp-json-schema-03
|
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}
|
python3 setup.py install --root=%{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{_bindir}/nosetests-2* -v || :
|
#{_bindir}/nosetests-2* -v || :
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc CHANGELOG.rst COPYING README.rst
|
%doc CHANGELOG.rst COPYING README.rst
|
||||||
|
|
Loading…
Add table
Reference in a new issue