Remove pytest from setup.py and other minor changes. (#7700)

This commit is contained in:
Robert Nishihara
2020-03-23 08:46:56 -07:00
committed by GitHub
parent 74825db804
commit 1a0c9228d0
7 changed files with 30 additions and 52 deletions
-8
View File
@@ -41,14 +41,6 @@ if os.path.exists(so_path):
import ray._raylet # noqa: E402
# See https://github.com/ray-project/ray/issues/131.
helpful_message = """
If you are using Anaconda, try fixing this problem by running:
conda install libgcc
"""
from ray._raylet import (
ActorCheckpointID,
ActorClassID,