You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/12/22 21:31:12 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #13195: Add integration tests for Apache Pinot

mik-laj commented on a change in pull request #13195:
URL: https://github.com/apache/airflow/pull/13195#discussion_r547516470



##########
File path: setup.py
##########
@@ -181,7 +181,7 @@ def write_version(filename: str = os.path.join(*[my_dir, "airflow", "git_version
     'atlasclient>=0.1.2',
 ]
 azure = [
-    'azure-batch>=8.0.0',
+    'azure-batch>=8.0.0,<10.0.0',

Review comment:
       I had to add another restriction. [pyjwt](https://pypi.org/project/PyJWT/#history) was updated a few hours ago and is causing the problem.




----------------------------------------------------------------
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:
users@infra.apache.org