Do not call py.test, there are currently no tests in the tarball.
This commit is contained in:
parent
b7571cb9ab
commit
ba9ab38f5e
@ -8,7 +8,7 @@
|
||||
|
||||
Name: python-jinja2
|
||||
Version: 2.8
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: General purpose template engine
|
||||
Group: Development/Languages
|
||||
License: BSD
|
||||
@ -125,12 +125,14 @@ popd
|
||||
|
||||
%check
|
||||
pushd python2
|
||||
make test
|
||||
# there are currently no tests in the jinja2 tarball
|
||||
# make test
|
||||
popd
|
||||
|
||||
%if 0%{?with_python3}
|
||||
pushd python3
|
||||
make test
|
||||
# there are currently no tests in the jinja2 tarball
|
||||
# make test
|
||||
popd
|
||||
%endif # with_python3
|
||||
|
||||
@ -175,6 +177,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 5 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2.8-5
|
||||
- Do not call py.test, there are currently no tests in the tarball.
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.8-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user