mozilla / PyFxA

Python library for interacting with the Firefox Accounts ecosystem
Other
30 stars 20 forks source link

Do not install tests directory #98

Open rffontenelle opened 6 months ago

rffontenelle commented 6 months ago

The "tests" directory is currently being installed and package, which can be confirmed with the PyFxa 0.7.7 package.

This should list the test files:

import pathlib
import fxa
print(list((pathlib.Path(fxa.__file__).parent / 'tests').glob('*')))
clouserw commented 1 week ago

@robhudson