Commit f235328
committed
Fix minimum requirements test
The test using minimum-requirements-ci.txt was broken.
The minimum-requirements-ci.txt file was not being used in
isolation because initially`all the dependencies were installed
from the pyproject.toml file. So dependencies that were present
in pyproject.toml but not in minimum-requirements-ci.txt won't
have triggered an error when testing the minimum requirements.
This patch generated a minimum dependencies list out of the dependencies
defined in pyproject.toml file and uses it instead of
minimum-requirements-ci.txt to avoid having differences between two
different sources of minimum requirements/dependencies.
Signed-off-by: Daniel Zullo <[email protected]>1 parent 5bab9c0 commit f235328
File tree
3 files changed
+33
-17
lines changed- .github/workflows
3 files changed
+33
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
13 | 43 | | |
14 | 44 | | |
15 | 45 | | |
| |||
22 | 52 | | |
23 | 53 | | |
24 | 54 | | |
| 55 | + | |
25 | 56 | | |
26 | 57 | | |
27 | 58 | | |
| |||
220 | 251 | | |
221 | 252 | | |
222 | 253 | | |
223 | | - | |
| 254 | + | |
224 | 255 | | |
225 | 256 | | |
226 | 257 | | |
| |||
0 commit comments