Make numpy/lib vendored tests dynamo traceable (#112147)

Follow up https://github.com/pytorch/pytorch/pull/112146 and  #112141 : make numpy/lib vendored tests dynamo traceable

Pull Request resolved: https://github.com/pytorch/pytorch/pull/112147
Approved by: https://github.com/lezcano
This commit is contained in:
Evgeni Burovski
2023-10-26 21:41:22 +00:00
committed by PyTorch MergeBot
parent abe172e268
commit 190b6e4ba8
9 changed files with 459 additions and 231 deletions

View File

@ -13,3 +13,5 @@ testpaths =
junit_logging_reruns = all
filterwarnings =
ignore:Module already imported so cannot be rewritten.*hypothesis:pytest.PytestAssertRewriteWarning
xfail_strict = True