[
https://issues.apache.org/jira/browse/BEAM-10371?focusedWorklogId=455756&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-455756
]
ASF GitHub Bot logged work on BEAM-10371:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Jul/20 22:35
Start Date: 07/Jul/20 22:35
Worklog Time Spent: 10m
Work Description: TheNeuralBit commented on a change in pull request
#12132:
URL: https://github.com/apache/beam/pull/12132#discussion_r451181865
##########
File path: sdks/python/tox.ini
##########
@@ -287,3 +287,12 @@ deps =
commands =
yapf --version
time yapf --diff --parallel --recursive apache_beam
+
+[testenv:py3-dependency-check]
+# TODO: botocore, a part of [interactive], wants docutils<0.16, but Sphinx
Review comment:
Is there a jira for this?
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 455756)
Time Spent: 50m (was: 40m)
> :sdks:python:dependencyUpdates should use python 3
> --------------------------------------------------
>
> Key: BEAM-10371
> URL: https://issues.apache.org/jira/browse/BEAM-10371
> Project: Beam
> Issue Type: Task
> Components: dependencies, sdk-py-core
> Reporter: Brian Hulette
> Assignee: Kamil Wasilewski
> Priority: P2
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Currently :sdks:python:dependencyUpdates runs
> scripts/run_depenedency_check.sh with python 2. Python 2 is incompatible with
> the interactive extra, and as other libraries drop python 2 support we can't
> get the full picture of our dependencies by running with python 2.
> :dependencyUpdates should use python 3 instead.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)