Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not install tests directory #98

Open
rffontenelle opened this issue Feb 28, 2024 · 1 comment
Open

Do not install tests directory #98

rffontenelle opened this issue Feb 28, 2024 · 1 comment

Comments

@rffontenelle
Copy link

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
Copy link
Member

clouserw commented Sep 5, 2024

@robhudson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants