mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
parent
1fee0159b4
commit
069c499def
2 changed files with 0 additions and 2 deletions
|
@ -8,7 +8,6 @@ except ImportError:
|
||||||
pyspark = None
|
pyspark = None
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skipif(sys.platform == "win32", reason="Failing on Windows.")
|
|
||||||
@pytest.mark.skipif(pyspark is None, reason="PySpark dependency not found")
|
@pytest.mark.skipif(pyspark is None, reason="PySpark dependency not found")
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
"call_ray_start", [
|
"call_ray_start", [
|
||||||
|
|
|
@ -111,7 +111,6 @@ ray.shutdown()
|
||||||
all_worker_pids.add(worker_pid)
|
all_worker_pids.add(worker_pid)
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skipif(sys.platform == "win32", reason="Failing on Windows.")
|
|
||||||
def test_runtime_env(shutdown_only):
|
def test_runtime_env(shutdown_only):
|
||||||
ray.init(
|
ray.init(
|
||||||
job_config=ray.job_config.JobConfig(
|
job_config=ray.job_config.JobConfig(
|
||||||
|
|
Loading…
Add table
Reference in a new issue