Skip to content

Commit dd3802e

Browse files
committed
Restructured requirements.txt files due to pyTooling/Actions update to @r7.
1 parent 01c5624 commit dd3802e

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed

.github/workflows/Pipeline.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ on:
77
# Every Friday at 22:00 - rerun pipeline to check for dependency-based issues
88
- cron: '0 22 * * 5'
99

10+
permissions:
11+
actions: write
12+
contents: write
13+
pages: write
14+
id-token: write
15+
1016
jobs:
1117
Pipeline:
12-
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@r6
18+
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@r7
1319
with:
1420
package_namespace: 'pyEDAA'
1521
package_name: 'ToolSetup'

tests/requirements.txt

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,2 @@
1-
-r ../requirements.txt
2-
3-
# Coverage collection
4-
Coverage ~= 7.13
5-
6-
# Test Runner
7-
pytest ~= 9.0
8-
pytest-cov ~= 7.0
9-
10-
# Static Type Checking
11-
mypy[reports] ~= 1.19
12-
typing_extensions ~= 4.15
13-
lxml >= 5.4, <7.0
1+
-r unit/requirements.txt
2+
-r typing/requirements.txt

tests/unit/requirements.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
-r ../requirements.txt
1+
-r ../../requirements.txt
2+
3+
# Coverage collection
4+
Coverage ~= 7.13
5+
6+
# Test Runner
7+
pytest ~= 9.0
8+
pytest-cov ~= 7.0

0 commit comments

Comments
 (0)