#bastiaan-stripe-tests
1 messages · Page 1 of 1 (latest)
Ah gotcha, and that blocks the namespace when you do whaT?
Because these tests live directly in the tests root namespace, they conflict with the tests in our own software repositories, that use subdirectories of the tests namespace.
And they are also shipped in the python package.
So if you import the stripe package you can't also have your tests basically?
correct
That does sound like it may be worth opening an issue on our GitHub
Unfortunately I am not privvy to why that decision was made but they should be able to address that concern
I think they should be transformed to a python namespace packge like describe d in https://packaging.python.org/guides/packaging-namespace-packages/#native-namespace-packages
Yes! I will do that. I can also make a pull request for this
Thanks for your reply!
Of course! Thanks for bringing this to our attention