File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ if [ -z "$NO_COMMON_TESTS" ]; then
24
24
pytest $PYTEST_CONFIG mars/remote mars/storage mars/lib mars/metrics
25
25
mv .coverage build/.coverage.tileable.file
26
26
27
- pytest $PYTEST_CONFIG --forked --ignore mars/tensor --ignore mars/dataframe \
27
+ pytest $PYTEST_CONFIG -v -p no:logging -s - -forked --ignore mars/tensor --ignore mars/dataframe \
28
28
--ignore mars/learn --ignore mars/remote mars
29
29
mv .coverage build/.coverage.main.file
30
30
coverage combine build/ && coverage report
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
+ import logging
16
+
15
17
from .ray import RayClusterBackend , new_cluster_in_ray , new_ray_session
18
+
19
+ logging .basicConfig (level = logging .DEBUG )
You can’t perform that action at this time.
0 commit comments