Commit 6c1a321
committed
Revert "work around pip; just specify the next snakeoil release required"
This reverts commit 95f7ce4.
Whilst we depend on an unreleased snakeoil version, thus far a way to state
"we depend on dev xyz" whilst not having it exist in pypi is just flat out
failing for any pip analogue I've tried.
Having pyproject point at the vcs works for that specific package, but pip
resolution doesn't recover the version from what it installed in a way the
resolution graph can treat it as something like 0.11.1.dev0. Effectively-
in the testing I've done- it has to be VCS all the way down through the consumers
which isn't acceptable.
Thus revert this down to relying on just VCS.
Signed-off-by: Brian Harring <ferringb@gmail.com>1 parent 95f7ce4 commit 6c1a321
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments