mirror of
https://github.com/wassname/ray.git
synced 2026-07-07 10:40:28 +08:00
Remove pytest from setup.py and other minor changes. (#7700)
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -177,7 +177,6 @@ requires = [
|
||||
"click",
|
||||
"colorama",
|
||||
"packaging",
|
||||
"pytest",
|
||||
"pyyaml",
|
||||
"redis>=3.3.2",
|
||||
# NOTE: Don't upgrade the version of six! Doing so causes installation
|
||||
|
||||
Reference in New Issue
Block a user