fix rhel7 build
This commit is contained in:
parent
35e9517eb7
commit
566e24e283
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ export PYTHONDONTWRITEBYTECODE=1
|
|||
export PYTEST_XDIST_AUTO_NUM_WORKERS=%{_smp_build_ncpus}}
|
||||
pytest-3 -k "$EXCLUDE" tests.py -v
|
||||
%else
|
||||
%pytest3 -k "$EXCLUDE" tests.py -v
|
||||
%pytest -k "$EXCLUDE" tests.py -v
|
||||
%endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue