[
https://issues.apache.org/jira/browse/AIRFLOW-6312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17000898#comment-17000898
]
ASF GitHub Bot commented on AIRFLOW-6312:
-----------------------------------------
kaxil commented on pull request #6866: [AIRFLOW-6312] Unpin
marshmallow-sqlalchemy for Py>3.5 (#6861)
URL: https://github.com/apache/airflow/pull/6866
Make sure you have checked _all_ steps below.
### Jira
- [x] https://issues.apache.org/jira/browse/AIRFLOW-6312
### Description
- [x] Here are some details about my PR, including screenshots of any UI
changes:
https://github.com/apache/airflow/pull/6861 was merged to v1-10-* but we
should remove it from master as Master is already Py>=3.6
### Tests
- [] My PR adds the following unit tests __OR__ does not need testing for
this extremely good reason:
### Commits
- [x] My commits all reference Jira issues in their subject lines, and I
have squashed multiple commits if they address the same issue. In addition, my
commits follow the guidelines from "[How to write a good git commit
message](http://chris.beams.io/posts/git-commit/)":
1. Subject is separated from body by a blank line
1. Subject is limited to 50 characters (not including Jira issue reference)
1. Subject does not end with a period
1. Subject uses the imperative mood ("add", not "adding")
1. Body wraps at 72 characters
1. Body explains "what" and "why", not "how"
### Documentation
- [x] In case of new functionality, my PR adds documentation that describes
how to use it.
- All the public functions and the classes in the PR contain docstrings
that explain what it does
- If you implement backwards incompatible changes, please leave a note in
the [Updating.md](https://github.com/apache/airflow/blob/master/UPDATING.md) so
we can assign it to a appropriate release
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Unpin marshmallow-sqlalchemy for Py>3.5
> ---------------------------------------
>
> Key: AIRFLOW-6312
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6312
> Project: Apache Airflow
> Issue Type: Bug
> Components: dependencies
> Affects Versions: 1.10.7
> Reporter: Kaxil Naik
> Assignee: Kaxil Naik
> Priority: Major
> Fix For: 1.10.7
>
>
> As can be seen in https://travis-ci.org/apache/airflow/jobs/627441604 there
> is conflicting versions of marshmallow-sqlalchemy
> With
> https://github.com/apache/airflow/commit/a4f7ef12ca54d0e537e3d438aee3a68f76b7aebb
> we should also unpin Marshmallow
> {noformat}
> --------------------------------------------------------------------------------------------------------------------
> Captured stderr call
> --------------------------------------------------------------------------------------------------------------------
> Traceback (most recent call last):
> File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py",
> line 583, in _build_master
> ws.require(__requires__)
> File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py",
> line 900, in require
> needed = self.resolve(parse_requirements(requirements))
> File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py",
> line 791, in resolve
> raise VersionConflict(dist, req).with_context(dependent_req)
> pkg_resources.ContextualVersionConflict: (marshmallow 3.3.0
> (/usr/local/lib/python3.6/site-packages),
> Requirement.parse('marshmallow<2.20,>=2.18.0'), {'flask-appbuilder'})
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)