Skip to content

package "tests" in Python path? #10335

@t-vi

Description

@t-vi

🐛 Bug

PyTorch Lightning install its tests into "test" in the Python path. I would venture that this is not ideal.

To Reproduce

Install PyTorch Lightning

import pathlib
import pytorch_lightning
print(list((pathlib.Path(pytorch_lightning.__file__).parent.parent / 'tests').glob('*')))

This is with git a checkout from today.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinghelp wantedOpen to be worked onpriority: 2Low priority task

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions