Commit 3e99e82
committed
Poetry: Lock pathlib2 to make pytest happy
For some reason, the latest pytest version doesn't want pathlib2 at 2.3.5
[SolverProblemError]
Because no versions of pytest match <4.6.11 || >4.6.11,<4.7.0
and pytest (4.6.11) depends on pathlib2 (>=2.2.0), pytest (<4.7.0) requires pathlib2 (>=2.2.0).
And because no versions of pathlib2 match >=2.2.0,<2.3.5 || >2.3.5
and pathlib2 (2.3.5) depends on scandir (*), pytest (<4.7.0) requires scandir (*).
So, because no versions of scandir match *
and tmuxp depends on pytest (<4.7.0), version solving failed.1 parent 92df0b5 commit 3e99e82
2 files changed
+21
-24
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
0 commit comments