Skip to content

Commit 8612122

Browse files
authored
Merge pull request #192 from common-workflow-lab/dependabot/pip/pytest-gte-6.0.2-and-lt-7.2
Update pytest requirement from <7.1,>=6.0.2 to >=6.0.2,<7.2
2 parents c843ed4 + f098288 commit 8612122

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ jobs:
1818
# We must fetch at least the immediate parents so that if this is
1919
# a pull request then we can checkout the head.
2020
fetch-depth: 2
21-
22-
# If this run was triggered by a pull request event, then checkout
23-
# the head of the pull request instead of the merge commit.
24-
- run: git checkout HEAD^2
25-
if: ${{ github.event_name == 'pull_request' }}
2621

2722
# Initializes the CodeQL tools for scanning.
2823
- name: Initialize CodeQL

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest >= 6.0.2, < 7.1
1+
pytest >= 6.0.2, < 7.2
22
pytest-cov
33
pytest-xdist
44
cwltest

0 commit comments

Comments
 (0)