Skip to content

Commit 782f14d

Browse files
d4l3kfacebook-github-bot
authored andcommitted
dev-requirements.txt: fix missing pytest dep (#369)
Summary: IPython tests are failing due to missing `pytest` due to a dependency change. https://github.com/pytorch/torchx/runs/4811352431?check_suite_focus=true Pull Request resolved: #369 Test Plan: CI python unittests Reviewed By: kiukchung Differential Revision: D33586824 Pulled By: d4l3k fbshipit-source-id: 445502e5aba1651d8cf0a8bd9a9fd53e36a75208
1 parent d541d71 commit 782f14d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ torchvision==0.11.1
2020
ts==0.5.1
2121
usort==0.6.4
2222
ipython
23+
pytest

0 commit comments

Comments
 (0)