File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
66
- OPENBLAS_NUM_THREADS=1
67
67
- PYTHONFAULTHANDLER=1
68
68
- RUN_FLAKE8=
69
- - PYTEST_ARGS="-rawR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n $NPROC"
69
+ - PYTEST_ARGS="-rawR --maxfail=50 --timeout=350 --durations=25 --cov-report= --cov=lib -n $NPROC"
70
70
- PYTHON_ARGS=
71
71
72
72
matrix :
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ if [[ $DELETE_FONT_CACHE == 1 ]]; then
15
15
rm -rf ~ /.cache/matplotlib
16
16
fi
17
17
18
- echo The following args are passed to pytest $PYTEST_ARGS $RUN_PEP8
18
+ echo The following args are passed to pytest $PYTEST_ARGS $RUN_FLAKE8
19
19
20
- python -mpytest $PYTEST_ARGS $RUN_PEP8
20
+ python -mpytest $PYTEST_ARGS $RUN_FLAKE8
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ markers =
9
9
10
10
flake8-max-line-length = 80
11
11
flake8-ignore =
12
- *.py E114 E116 E122 E127 E128 E129 E131 E202 E203 E225 E261 E265 E305 E722 E741 F401 F403 F811 F841
12
+ * E111 E114 E115 E116 E121 E122 E123 E124 E125 E126 E127 E128 E129 E131 E226 E240 E241 E242 E243 E244 E245 E246 E247 E248 E249 E265 E266 E305 E704 E722 E741 F401 F403 F811 F841 W503
13
13
14
14
tools/boilerplate.py E501
15
15
setup.py E402
You can’t perform that action at this time.
0 commit comments