-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Allow develop mode installation #3986
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
Comments
The only difference I can spot is that my |
I can see in your latest unsuccessfully build that you have rtd configured to look for your requirements file, but it doesn't exists on that commit. |
Ok, about the original issue reported, seems like an error on your conf.py file https://github.com/Simplistix/testfixtures/blob/a5d96032ed148d0b478bcc47834733e3e1f5ceb9/docs/conf.py#L9 I think there is some difference when installing your project with and without the yaml file: it installs your project twice, with the requirements file and with the setup.py installation. |
@stsewd - there's a few things going on, and it's why I was quite specific about build numbers:
https://readthedocs.org/projects/testfixtures/builds/7074222/
https://readthedocs.org/projects/testfixtures/builds/7074249/
https://readthedocs.org/projects/testfixtures/builds/7074250/
https://readthedocs.org/projects/testfixtures/builds/7074328/ |
@stsewd - regarding your comment, |
@cjw296 please see https://pythonhosted.org/pkginfo/distributions.html#introspecting-development-checkouts |
Right, hence my comment. I guess this becomes a feature request to add a |
Please change the issue title or create a new issue with the feature request (I think this is better, so we keep this issue as context) |
I'm changing the title and making this a feature request |
Ok, you should be able to install your project by putting this in your requirements file |
Details
Here's the source control diff:
simplistix/testfixtures@2be6ef2
This resulted in https://readthedocs.org/projects/testfixtures/builds/7074328/
Expected Result
Build successfully as before.
Actual Result
The text was updated successfully, but these errors were encountered: