Skip to content

Conversation

@MatrixManAtYrService
Copy link
Contributor

@MatrixManAtYrService MatrixManAtYrService commented Mar 24, 2022

When working in a fresh venv and running airflow db reset I was getting the error:

ModuleNotFoundError: No module named 'bcrypt'

But from bcrypt import warnings is the same as import warnings, so this change removes the need to install bcrypt.

@uranusjr
Copy link
Member

Need to move the import to satisfy isort.

Copy link
Member

@potiuk potiuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice. but yeah - run 'pre-commit' and it will fix it for you automatically.

@github-actions
Copy link

The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest main at your convenience, or amend the last commit of the PR, and push it with --force-with-lease.

@github-actions github-actions bot added the full tests needed We need to run full set of tests for this PR to merge label Mar 24, 2022
Copy link
Member

@jedcunningham jedcunningham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you resolve the conflict when you get the chance?

@uranusjr uranusjr merged commit 52a91aa into apache:main Mar 31, 2022
@ephraimbuddy ephraimbuddy added the type:misc/internal Changelog: Misc changes that should appear in change log label Apr 8, 2022
@ephraimbuddy ephraimbuddy added changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) and removed type:misc/internal Changelog: Misc changes that should appear in change log labels Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) full tests needed We need to run full set of tests for this PR to merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants