mirror of
https://abf.rosa.ru/djam/python-jsonschema.git
synced 2025-02-23 08:22:52 +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: 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
|
||||
|
|
Loading…
Add table
Reference in a new issue