-
Notifications
You must be signed in to change notification settings - Fork 5
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
Build breakage due to pytest-runner requirement as setup_requires #19
Comments
I'm sorry for the inconvenience. Now, I merged you pull request #20, and updated the DataProperty package to 3.1 on PyPI. Is this package solves your problem? |
Thanks for making a new release. I'll bump package's version in Buildroot and let you know, if the error has gone. |
@thombashi with version 0.3.1 the builds are successful. You can apply this patch to other projects. Thanks. |
@yegorich Thank you for the report. I will apply this patch to other projects which have the same problem. |
For now am mostly interested in pathvalidate and pytablewriter. |
Sure. I will fix these two packages with high priority. |
I've completed updating the pathvalidate (to 0.4.2) and the pytablewriter (to 0.1.6). |
Thanks. Will integrate new versions in Buildroot. Are these your contributions? https://www.openhub.net/p/727521/contributors/3124681050612350 |
I've created an account on Open Hub. |
I'm integrating DataProperty into Buildroot (embedded Linus distro). Buildroot has no testing facility for Python packages hence this line [1] breaks build process [2]. Could you remove this requirement? This the first time I see this in a setup.py file. Can it be moved to requirements/test_requirements.txt?
[1] https://github.com/thombashi/DataProperty/blob/master/setup.py#L41
[2] http://autobuild.buildroot.net/results/0c8/0c8e0ceccc2d5f48138ec4f95e57729e33108f59/build-end.log
Thanks
The text was updated successfully, but these errors were encountered: