-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "chore: Move test requirements to optional dependencies in pyp…
…roject.toml (#263)" This reverts commit 73262bc. revert 263 chore: Move test requirements to optional dependencies in pyproject.toml Signed-off-by: Dmitry Sorokin <dmd40in@gmail.com>
- Loading branch information
Showing
15 changed files
with
266 additions
and
303 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
apache-airflow<3.0 | ||
bandit>=1.6.2, <2.0 | ||
behave | ||
black~=22.0 | ||
flake8 | ||
pre-commit>=1.17.0, <2.0 | ||
pylint>=2.5.2, <3.0 | ||
pytest | ||
pytest-cov | ||
pytest-mock | ||
pytest-xdist | ||
trufflehog>=2.1.0, <3.0 | ||
wheel |
Oops, something went wrong.