skip code tests in conda build

Summary:
None of the current test_build tests make sense during `conda build`.

Also remove the unnecessary dependency on the `six` library.

Reviewed By: nikhilaravi

Differential Revision: D20893852

fbshipit-source-id: 685f0446eaa0bd9151eeee89fc630a1ddc0252ff
This commit is contained in:
Jeremy Reizenstein
2020-04-20 12:17:49 -07:00
committed by Facebook GitHub Bot
parent 6207c359b1
commit 1e4749602d
2 changed files with 6 additions and 10 deletions

View File

@@ -19,7 +19,6 @@ requirements:
run:
- python
- numpy >=1.11
- six
- torchvision >=0.5
- fvcore
{{ environ.get('CONDA_PYTORCH_CONSTRAINT') }}