Bug 1324265 - Python spec template %check uses wrong python
Summary: Python spec template %check uses wrong python
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: rpmdevtools
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Ville Skyttä
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-06 02:28 UTC by Ben Boeckel
Modified: 2016-06-28 06:21 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2016-06-28 06:21:47 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Ben Boeckel 2016-04-06 02:28:54 UTC
Python3 tests are run using Python2… From the python template file:

%check
pushd python2
%{__python2} setup.py test
popd

%if %{with python3}
pushd python3
%{__python2} setup.py test
popd
%endif

Version-Release number of selected component (if applicable):
rpmdevtools-8.6-3.fc24.noarch


Note You need to log in before you can comment on or make changes to this bug.