Skip to content

test_license_for_wheel always fails on my local dev copy #76128

@ezyang

Description

@ezyang

🐛 Describe the bug

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

Versions

master

cc @mruberry

Metadata

Metadata

Assignees

Labels

module: testsIssues related to tests (not the torch.testing module)triagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate module

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions