mirror of
https://github.com/release-engineering/dist-git.git
synced 2025-02-23 15:02:54 +00:00
Use nosetests-3 command on python3 distributions
This commit is contained in:
parent
c0ac987135
commit
0dccddc189
1 changed files with 4 additions and 0 deletions
|
@ -110,7 +110,11 @@ exit 0
|
|||
|
||||
|
||||
%check
|
||||
%if 0%{?rhel} && 0%{?rhel} < 8
|
||||
nosetests .
|
||||
%else
|
||||
nosetests-3 .
|
||||
%endif
|
||||
|
||||
|
||||
%install
|
||||
|
|
Loading…
Add table
Reference in a new issue