78
78
- name : Run Pytest suite
79
79
env :
80
80
ENABLE_HOPSWORKS_USAGE : " false"
81
- run : pytest python/tests
81
+ run : pytest -s python/tests
82
82
83
83
unit_tests_ubuntu_pandas :
84
84
name : Unit Testing (Ubuntu) (Pandas 1.x)
@@ -107,7 +107,7 @@ jobs:
107
107
- name : Run Pytest suite
108
108
env :
109
109
ENABLE_HOPSWORKS_USAGE : " false"
110
- run : pytest python/tests
110
+ run : pytest -s python/tests
111
111
112
112
unit_tests_ubuntu_local :
113
113
name : Unit Testing (Ubuntu) (Local TZ)
@@ -136,7 +136,7 @@ jobs:
136
136
- name : Run Pytest suite
137
137
env :
138
138
ENABLE_HOPSWORKS_USAGE : " false"
139
- run : pytest python/tests
139
+ run : pytest -s python/tests
140
140
141
141
unit_tests_ubuntu_typechecked :
142
142
name : Typechecked Unit Testing (Ubuntu)
@@ -160,7 +160,7 @@ jobs:
160
160
env :
161
161
ENABLE_HOPSWORKS_USAGE : " false"
162
162
HOPSWORKS_RUN_WITH_TYPECHECK : " true"
163
- run : pytest python/tests
163
+ run : pytest -s python/tests
164
164
continue-on-error : true
165
165
166
166
unit_tests_windows_utc :
@@ -190,7 +190,7 @@ jobs:
190
190
- name : Run Pytest suite
191
191
env :
192
192
ENABLE_HOPSWORKS_USAGE : " false"
193
- run : pytest python/tests
193
+ run : pytest -s python/tests
194
194
195
195
unit_tests_windows_local :
196
196
name : Unit Testing (Windows) (Local TZ)
@@ -222,4 +222,4 @@ jobs:
222
222
- name : Run Pytest suite
223
223
env :
224
224
ENABLE_HOPSWORKS_USAGE : " false"
225
- run : pytest python/tests
225
+ run : pytest -s python/tests
0 commit comments