Skip to content

Commit

Permalink
Updated requirements and actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Oct 17, 2024
1 parent af92da7 commit 84be617
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 12 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,9 @@ jobs:
pytest-version:
- "7.4.0"
- "8.0.0"
- "8.1.0"
- "8.1.1"
- "8.2.0"
- "8.3.3"
exclude:
- {"salt-version": "3007.1", "python-version": "3.9"}

Expand Down Expand Up @@ -284,10 +286,15 @@ jobs:
- "3.10"
salt-version:
- "3006.9"
- "3007.1"
pytest-version:
- "7.4.0"
- "8.0.0"
- "8.1.0"
- "8.1.1"
- "8.2.0"
- "8.3.3"
exclude:
- {"salt-version": "3007.1", "python-version": "3.9"}

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -370,7 +377,9 @@ jobs:
pytest-version:
- "7.4.0"
- "8.0.0"
- "8.1.0"
- "8.1.1"
- "8.2.0"
- "8.3.3"
exclude:
- {"salt-version": "3007.1", "python-version": "3.9"}

Expand Down
18 changes: 9 additions & 9 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
pytest>=7.0.0
attrs>=19.2.0
pytest-helpers-namespace>=2021.4.29
pytest-skip-markers>=1.1.3
pytest>=7.4.0
attrs>=22.2.0
pytest-helpers-namespace>=2021.12.29
pytest-skip-markers>=1.5.2
pytest-system-statistics>=1.0.2
pytest-shell-utilities>=1.4.0
psutil
pyyaml
pyzmq
msgpack>=0.5.2
pytest-shell-utilities>=1.9.4
psutil>=6.0.0
pyyaml>=6.0.1
pyzmq>=20.0.0
msgpack>=1.0.2
virtualenv

0 comments on commit 84be617

Please sign in to comment.