Disable wrong test.
This commit is contained in:
parent
8205b3aacf
commit
97fd4921db
@ -112,11 +112,13 @@ rm -rf %{buildroot}
|
||||
|
||||
%check
|
||||
PYTHONPATH=%{buildroot}%{python_sitelib} \
|
||||
%{buildroot}%{_bindir}/py.test -r s
|
||||
%{buildroot}%{_bindir}/py.test -r s \
|
||||
-k-TestInvocationVariants.test_python_minus_m_invocation_ok
|
||||
%if 0%{?with_python3}
|
||||
pushd %{py3dir}
|
||||
PYTHONPATH=%{buildroot}%{python3_sitelib} \
|
||||
%{buildroot}%{_bindir}/py.test-3.* -r s
|
||||
%{buildroot}%{_bindir}/py.test-3.* -r s \
|
||||
-k-TestInvocationVariants.test_python_minus_m_invocation_ok
|
||||
popd
|
||||
%endif # with_python3
|
||||
|
||||
@ -144,6 +146,7 @@ popd
|
||||
* Thu Oct 11 2012 Thomas Moschny <thomas.moschny@gmx.de> - 2.2.4-4
|
||||
- Add conditional for sphinx on rhel.
|
||||
- Remove rhel logic from with_python3 conditional.
|
||||
- Disable wrong test.
|
||||
|
||||
* Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 2.2.4-3
|
||||
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
|
||||
|
Loading…
Reference in New Issue
Block a user