@@ -19,10 +19,12 @@ commands =
19
19
pip install -e .[d]
20
20
coverage erase
21
21
pytest tests --run-optional no_jupyter \
22
+ --pythonwarnings =default \
22
23
!ci: --numprocesses auto \
23
24
--cov {posargs}
24
25
pip install -e .[jupyter]
25
26
pytest tests --run-optional jupyter \
27
+ --pythonwarnings =default \
26
28
-m jupyter \
27
29
!ci: --numprocesses auto \
28
30
--cov --cov-append {posargs}
@@ -40,11 +42,13 @@ deps =
40
42
commands =
41
43
pip install -e .[d]
42
44
pytest tests \
45
+ --pythonwarnings =default \
43
46
--run-optional no_jupyter \
44
47
!ci: --numprocesses auto \
45
48
ci: --numprocesses 1
46
49
pip install -e .[jupyter]
47
50
pytest tests --run-optional jupyter \
51
+ --pythonwarnings =default \
48
52
-m jupyter \
49
53
!ci: --numprocesses auto \
50
54
ci: --numprocesses 1
@@ -66,12 +70,14 @@ commands =
66
70
pip install -e .[d]
67
71
coverage erase
68
72
pytest tests \
73
+ --pythonwarnings =default \
69
74
--run-optional no_jupyter \
70
75
!ci: --numprocesses auto \
71
76
ci: --numprocesses 1 \
72
77
--cov {posargs}
73
78
pip install -e .[jupyter]
74
79
pytest tests --run-optional jupyter \
80
+ --pythonwarnings =default \
75
81
-m jupyter \
76
82
!ci: --numprocesses auto \
77
83
ci: --numprocesses 1 \
0 commit comments