python test/test_license.py
sE
======================================================================
ERROR: test_license_for_wheel (__main__.TestLicense)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/data/users/ezyang/pytorch-tmp/test/test_license.py", line 27, in test_license_for_wheel
create_bundled('third_party', current)
File "/data/users/ezyang/pytorch-tmp/third_party/build_bundled.py", line 41, in create_bundled
collected = collect_license(d)
File "/data/users/ezyang/pytorch-tmp/third_party/build_bundled.py", line 19, in collect_license
raise ValueError('could not identify license file '
ValueError: could not identify license file for third_party/cudnn_frontend
----------------------------------------------------------------------
Ran 2 tests in 0.168s
FAILED (errors=1, skipped=1)
this seems to pass on master CI so I guess it's a problem with my local dev env... would be nice to make this test more robust
🐛 Describe the bug
this seems to pass on master CI so I guess it's a problem with my local dev env... would be nice to make this test more robust
Versions
master
cc @mruberry