Commit f6d89b1
authored
[foxy] Install dependencies with apt instead of pip where possible (#590)
* Install dependencies with apt instead of pip where possible
pytest-cov and flake8 have the same versions in Ubuntu Focal as if they were installed with pip.
Signed-off-by: Jacob Perron <[email protected]>
* Install setuptools from apt
The version in Focal is 45.2.0. The previous version in Bionic is 39.0.1 and the version we get from pip is 46.1.1.
Although the version from pip is newer, it doesn't look like we are effected by any changes.
Signed-off-by: Jacob Perron <[email protected]>
* Remove pytest-runner
Signed-off-by: Jacob Perron <[email protected]>1 parent 839c67f commit f6d89b1
1 file changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
| 59 | + | |
58 | 60 | | |
| 61 | + | |
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
64 | | - | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
| 77 | + | |
79 | 78 | | |
80 | 79 | | |
81 | 80 | | |
| |||
0 commit comments