File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 make develop
2929 - name : Test Mathics
3030 run : |
31- pip install pytest pexpect
32- make -j3 check
31+ pip install -r requirements-dev.txt
32+ PYTEST_WORKERS=-n3 make -j3 check
Original file line number Diff line number Diff line change 3131 python setup.py install
3232 - name : Test Mathics
3333 run : |
34- pip install pytest
34+ pip install -r requirements-dev.txt
35+ set PYTEST_WORKERS="-n3"
3536 make check
Original file line number Diff line number Diff line change 5757
5858# : Run py.test tests. Use environment variable "o" for pytest options
5959pytest :
60- py.test test $o
60+ py.test $( PYTEST_WORKERS ) test $o
6161
6262
6363# : Run a more extensive pattern-matching test
Original file line number Diff line number Diff line change 1+ # Additional packages used in testing
2+ pytest
3+ pytest-xdist
4+ pexpect
You can’t perform that action at this time.
0 commit comments