Run the tests with pytest rather than nose
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
bda1937358
commit
9365051449
@ -119,8 +119,8 @@ cp %{python3_sitelib}/six.* %{buildroot}/%{python3_sitelib}/.
|
||||
|
||||
|
||||
%check
|
||||
nosetests
|
||||
nosetests-%{python3_version}
|
||||
py.test
|
||||
py.test-3
|
||||
|
||||
# And after its done, remove our copied in bits
|
||||
rm -rf %{buildroot}/%{python2_sitelib}/six*
|
||||
|
Loading…
Reference in New Issue
Block a user