Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2f1608d

Browse files
authored
Merge pull request #11700 from anntzer/pytest-rw
Don't use pytest -rw now that pytest-warnings is builtin.
2 parents 8f50633 + 209a690 commit 2f1608d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ environment:
1212

1313
global:
1414
PYTHONIOENCODING: UTF-8
15-
PYTEST_ARGS: -rawR --numprocesses=auto --timeout=300 --durations=25
15+
PYTEST_ARGS: -raR --numprocesses=auto --timeout=300 --durations=25
1616
--cov-report= --cov=lib -m "not network"
1717

1818
matrix:

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ env:
6363
- NPROC=2
6464
- OPENBLAS_NUM_THREADS=1
6565
- PYTHONFAULTHANDLER=1
66-
- PYTEST_ADDOPTS="-rawR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n $NPROC"
66+
- PYTEST_ADDOPTS="-raR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n $NPROC"
6767
- RUN_FLAKE8=
6868

6969
matrix:

0 commit comments

Comments
 (0)