-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
pythonPackages: fix some broken builds #46608
Conversation
@GrahamcOfBorg build python36Packages.daphne python36Packages.channels |
Success on x86_64-linux (full log) Attempted: python36Packages.daphne, python36Packages.channels Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: python36Packages.daphne, python36Packages.channels Partial log (click to expand)
|
Failure on x86_64-darwin (full log) Attempted: python36Packages.daphne, python36Packages.channels Partial log (click to expand)
|
Update, re-enable all tests on linux, disable tests on darwin. This fixes the build of pythonPackages.channels
58216de
to
abe97e9
Compare
@GrahamcOfBorg build python36Packages.daphne python36Packages.channels |
Success on aarch64-linux (full log) Attempted: python36Packages.daphne, python36Packages.channels Partial log (click to expand)
|
Success on x86_64-darwin (full log) Attempted: python36Packages.daphne, python36Packages.channels Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: python36Packages.daphne, python36Packages.channels Partial log (click to expand)
|
Build failed because of dependency Flask-PyMongo, which actually isn't a dependency of eve as they have their own flask_pymongo code. - Drop incorrect dependency flask-pymongo - Drop redunant dependencies already propageted by flask: itsdangerous, werkzeug, jinja2 - Drop dependency markupsafe, not required any more
@GrahamcOfBorg build python27Packages.eve python36Packages.eve |
Success on x86_64-linux (full log) Attempted: python27Packages.eve, python36Packages.eve Partial log (click to expand)
|
Success on x86_64-darwin (full log) Attempted: python27Packages.eve, python36Packages.eve Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: python27Packages.eve, python36Packages.eve Partial log (click to expand)
|
add missing dependency: vcversioner
some tests fail since pytest 3.7.2 -> 3.7.4 update, disable them
Previous version didn't build (test failure). Update to latest, tests use pytest now, disable failing tests.
@GrahamcOfBorg build python27Packages.flask-pymongo python36Packages.flask-pymongo python27Packages.pytest-rerunfailures python36Packages.pytest-rerunfailures python36Packages.wordfreq |
Success on x86_64-linux (full log) Attempted: python27Packages.flask-pymongo, python36Packages.flask-pymongo, python27Packages.pytest-rerunfailures, python36Packages.pytest-rerunfailures, python36Packages.wordfreq Partial log (click to expand)
|
Success on x86_64-darwin (full log) Attempted: python27Packages.flask-pymongo, python36Packages.flask-pymongo, python27Packages.pytest-rerunfailures, python36Packages.pytest-rerunfailures, python36Packages.wordfreq Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: python27Packages.flask-pymongo, python36Packages.flask-pymongo, python27Packages.pytest-rerunfailures, python36Packages.pytest-rerunfailures, python36Packages.wordfreq Partial log (click to expand)
|
disable failing tests
@GrahamcOfBorg build python27Packages.nilearn python36Packages.nilearn |
Success on x86_64-darwin (full log) Attempted: python27Packages.nilearn, python36Packages.nilearn Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: python27Packages.nilearn, python36Packages.nilearn Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: python27Packages.nilearn, python36Packages.nilearn Partial log (click to expand)
|
Motivation for this change
ZHF #45960. Fix various broken python packages.
Things done
nix-review