Skip to content

Commit

Permalink
Pin requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mdellweg committed Jul 29, 2024
1 parent 3c1f0e4 commit 5964e5c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 22 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: "Set up Python"
uses: "actions/setup-python@v5"
with:
python-version: "3.10"
python-version: "3.11"
- name: "Install dependencies"
run: |
pip install -r requirements-lint.txt
Expand All @@ -38,10 +38,7 @@ jobs:
- name: "Set up Python"
uses: "actions/setup-python@v5"
with:
python-version: "3.11"
- name: "Install Ansible"
run: |
pip install ansible-core~=2.17
python-version: "3.12"
- name: "Install dependencies"
run: |
make test-setup
Expand Down
10 changes: 5 additions & 5 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ansible
black
galaxy-importer
isort
yamllint
ansible~=10.2.0
black~=24.4.2
galaxy-importer~=0.4.24
isort~=5.13.2
yamllint~=1.35.1
20 changes: 8 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
pulp-glue<0.27,>=0.20.0

ansible_runner<2.3; python_version < '3.7'
ansible_runner; python_version >= '3.7'
flake8
pylint
pycodestyle
voluptuous
pytest>=4.4.0
pytest-xdist
vcrpy

# Temporary pin for a vcr bug
urllib3<2.0.0
ansible_runner~=2.4.0
flake8~=6.1.0
pylint~=3.2.6
pycodestyle~=2.11.1
voluptuous~=0.15.2
pytest~=8.3.2
pytest-xdist~=3.6.1
vcrpy~=6.0.1

0 comments on commit 5964e5c

Please sign in to comment.