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

Formulaic / Poetry install top-level tests package #73

Closed
jseabold opened this issue Apr 15, 2022 · 5 comments
Closed

Formulaic / Poetry install top-level tests package #73

jseabold opened this issue Apr 15, 2022 · 5 comments
Assignees
Labels
bug Something isn't working cannot reproduce question Further information is requested

Comments

@jseabold
Copy link

Unclear to me what the issue is. I'm not familiar with poetry, but I have a top-level namespace package from formulaic that's called tests. Here is what I believe to be the relevant poetry issue python-poetry/poetry#2353 with links to other packages that are running into this..

@matthewwardrop matthewwardrop self-assigned this Apr 25, 2022
@matthewwardrop matthewwardrop added the bug Something isn't working label Apr 25, 2022
@matthewwardrop
Copy link
Owner

Thanks for reporting this @jseabold ! Might not have noticed otherwise. Will check into it ahead of the next release.

@matthewwardrop
Copy link
Owner

Hmmm... I took a quick look, and it looks like none of the distributed files are shipping with the tests module. How are you installing formulaic?

@jseabold
Copy link
Author

I installed lifelines via pip and formulaic was installed as a dependency.

@matthewwardrop matthewwardrop added the question Further information is requested label Apr 30, 2022
@matthewwardrop
Copy link
Owner

I've tried to reproduce this in a few different ways (including different versions of Python, with and without wheel installed), and I cannot.

python -m venv my_env
source my_env/bin/activate
pip install lifelines

This always installs formulaic, but I never see a toplevel tests module being installed.

Can you attempt to reproduce it? And if you can, let me know more details like: operating system and python versions, distribution of Python (system, conda, official), etc?

@matthewwardrop
Copy link
Owner

I cannot reproduce this one, so I am going to close this out for now. If you see it happening again, let me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cannot reproduce question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants