Closed
Description
System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): WSL
- Ray installed from (source or binary): pip
- Ray version: 0.6.1
- Python version: 3.6
- Exact command to reproduce:
pip install ray
Describe the problem
I don't think we need to be depending on pytest
for the library itself. If travis needs pytest, we can just install it in install_dependencies
script. Is there a particular reason that ray depends on pytest
always?
Source code / logs
N/A