Commit 1715c7a
committed
➖ Remove pytest-forked
Problem:
- pytest-forked (https://pypi.org/project/pytest-forked/) is basically orphaned
and unmaintained. Instead,
pytest-xdist (https://pypi.org/project/pytest-xdist/) provides the ability to
spread tests across CPUs.
Solution:
- Replace pytest-forked with pytest-xdist1 parent 02b28c1 commit 1715c7a
2 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
249 | | - | |
| 248 | + | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| |||
0 commit comments