Run the tests with pytest rather than nose

Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
Jeremy Cline 2017-07-21 13:55:06 -04:00
parent bda1937358
commit 9365051449
No known key found for this signature in database
GPG Key ID: 9223308FA9B246DB

View File

@ -119,8 +119,8 @@ cp %{python3_sitelib}/six.* %{buildroot}/%{python3_sitelib}/.
%check %check
nosetests py.test
nosetests-%{python3_version} py.test-3
# And after its done, remove our copied in bits # And after its done, remove our copied in bits
rm -rf %{buildroot}/%{python2_sitelib}/six* rm -rf %{buildroot}/%{python2_sitelib}/six*