Skip to content
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

CI: exclude linting dependencies from the unittest environment. #8861

Merged
Next Next commit
CI: exclude linting dependencies from the unittest environment.
  • Loading branch information
mbyrnepr2 committed Jul 18, 2023
commit 7c631280364b6847bca1e7507755b3bb79edaa94
1 change: 1 addition & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 63,7 @@ jobs:
python -m pip install -U pip setuptools wheel
pip install -U -r requirements_test.txt
pip install -U -r doc/requirements.txt
pip install pre-commit
- name: Generate pre-commit restore key
id: generate-pre-commit-key
run: >-
Expand Down
3 changes: 1 addition & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,4 1,3 @@
-r requirements_test_pre_commit.txt
-r requirements_test_min.txt
coverage~=7.2
tbump~=6.10.0
Expand All @@ -9,4 8,4 @@ pytest-xdist~=3.3
six
# Type packages for mypy
types-pkg_resources==0.1.3
tox>=3
tox>=4.6.4
Loading