Skip to content

Commit

Permalink
Fix grammar in setup.py (#7877)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil authored Mar 25, 2020
1 parent 733d3d3 commit a6fd74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ def write_version(filename: str = os.path.join(*[my_dir, "airflow", "git_version
sendgrid + sentry + singularity + slack + snowflake + ssh + statsd + tableau +
virtualenv + webhdfs + yandexcloud + zendesk)

# Snakebite are not Python 3 compatible :'(
# Snakebite is not Python 3 compatible :'(
if PY3:
devel_ci = [package for package in devel_all if package not in
['snakebite>=2.7.8', 'snakebite[kerberos]>=2.7.8']]
Expand Down

0 comments on commit a6fd74e

Please sign in to comment.