kuzxnia / async_factory_boy

factory_boy extension with asynchronous ORM support
https://pypi.org/project/async-factory-boy/
MIT License
18 stars 7 forks source link

This library is breaking my imports. #3

Closed conradogarciaberrotaran closed 1 year ago

conradogarciaberrotaran commented 1 year ago

First, thanks for making this library! But, I'm having a problem with it (and I'm guessing many will) After installing, my imports broke:

ModuleNotFoundError: No module named 'tests.factories'

Apparently, there's a new "tests" module in site-packages

.pyenv/versions/3.10.10/.../lib/python3.10/site-packages/tests

that contains the tests for this lib. This means you're shipping everything in the repo, not just the library. The setup.py should be configured correctly in order to fix this.

Thanks!

kuzxnia commented 1 year ago

thanks for your input, fixed in 1.0.1