File tree 4 files changed +6
-71
lines changed
4 files changed +6
-71
lines changed Original file line number Diff line number Diff line change 1
1
[run]
2
2
branch = True
3
3
include = */numpy/*
4
+ disable_warnings = include-ignored
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ run_test()
83
83
export PYTHONWARNINGS=default
84
84
if [ -n " $RUN_FULL_TESTS " ]; then
85
85
export PYTHONWARNINGS=" ignore::DeprecationWarning:virtualenv"
86
- $PYTHON ../tools/test-installed-numpy .py -v --durations 10 --mode=full $COVERAGE_FLAG
86
+ $PYTHON ../runtests .py -n -v --durations 10 --mode=full $COVERAGE_FLAG
87
87
else
88
- $PYTHON ../tools/test-installed-numpy .py -v --durations 10
88
+ $PYTHON ../runtests .py -n -v --durations 10
89
89
fi
90
90
91
91
if [ -n " $RUN_COVERAGE " ]; then
Original file line number Diff line number Diff line change 15
15
# To run against a specific subset of Python versions, use:
16
16
# tox -e py37
17
17
18
- # Extra arguments will be passed to test-installed-numpy .py. To run
18
+ # Extra arguments will be passed to runtests .py. To run
19
19
# the full testsuite:
20
20
# tox full
21
21
# To run with extra verbosity:
@@ -33,7 +33,7 @@ envlist =
33
33
deps =
34
34
pytest
35
35
changedir ={envdir}
36
- commands ={envpython} {toxinidir}/tools/test-installed-numpy .py --mode =full {posargs:}
36
+ commands ={envpython} {toxinidir}/runtests .py --mode =full {posargs:}
37
37
38
38
[testenv:py37-not-relaxed-strides]
39
39
basepython =python3.7
@@ -43,4 +43,4 @@ env=NPY_RELAXED_STRIDES_CHECKING=0
43
43
# if you want it:
44
44
[testenv:debug]
45
45
basepython =python-dbg
46
- commands =gdb --args {envpython} {toxinidir}/tools/test-installed-numpy .py --mode =full {posargs:}
46
+ commands =gdb --args {envpython} {toxinidir}/runtests .py --mode =full {posargs:}
You can’t perform that action at this time.
0 commit comments