Skip to content

Commit 6f9a3b3

Browse files
committed
WIP
1 parent 6d5a6bb commit 6f9a3b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/primer_run_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
6464
env.KEY_PREFIX }}-${{ env.CACHE_VERSION }}-${{ hashFiles('pyproject.toml',
6565
'requirements_test.txt', 'requirements_test_min.txt',
66-
'requirements_test_pre_commit.txt') }}
66+
'requirements_test_pre_commit.txt') }}-----
6767
# Create environment must match step in 'Primer / Main'
6868
- name: Create Python virtual environment
6969
if: steps.cache-venv.outputs.cache-hit != 'true'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
# Also upgrade requirements_test_min.txt.
4242
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
4343
# see https://github.com/pylint-dev/astroid/issues/1341
44-
"astroid @ git+https://github.com/pylint-dev/astroid#collections-fix",
44+
"astroid @ git+https://github.com/danielnoord/astroid#collections-fix",
4545
"isort>=4.2.5,<6,!=5.13.0",
4646
"mccabe>=0.6,<0.8",
4747
"tomli>=1.1.0;python_version<'3.11'",

requirements_test_min.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.[testutils,spelling]
22
# astroid dependency is also defined in pyproject.toml
3-
astroid @ git+https://github.com/pylint-dev/astroid#collections-fix
3+
astroid @ git+https://github.com/danielnoord/astroid#collections-fix
44
typing-extensions~=4.12
55
py~=1.11.0
66
pytest~=8.3

0 commit comments

Comments
 (0)