https://github.com/facebookresearch/CrypTen/blob/c6e8ebfbb52c849e1fefee9b626340d6a4fa35dc/setup.py#L54 We are trying to add the package to conda and it seems weird to depend on pytest runner during the setup phase. Is it actually a setup dependency? If not, can we remove it from the setup dependencies and add it to the test dependencies? Thank you! Best, Mark https://github.com/conda-forge/staged-recipes/pull/15720
CrypTen/setup.py
Line 54 in c6e8ebf
We are trying to add the package to conda and it seems weird to depend on pytest runner during the setup phase.
Is it actually a setup dependency?
If not, can we remove it from the setup dependencies and add it to the test dependencies?
Thank you!
Best,
Mark
conda-forge/staged-recipes#15720