-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
CI: exclude linting dependencies from the unittest environment. #8861
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
7c63128
616bc59
986a5e0
d78790e
35f6006
29a0e0a
c6de6ba
712ffb8
e7195aa
78c46bd
bd58ae9
728d576
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
| -r requirements_test_pre_commit.txt | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I believe the purpose of
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I wonder if we should update the last paragraph here about pre-commit installation to point out the need to install the pre-commit requirements? |
||
| -r requirements_test_min.txt | ||
| coverage~=7.2 | ||
| tbump~=6.10.0 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This step wasn't necessary because
toxis installed already viarequirements_test.txtand it is available once the venv is activated.