Commit 335277d
committed
feat: use uv for e2e-tests and add to devshell
* replace requirements.txt with pyproject.toml. this brings the
e2e-tests python environment in line with modern python projects. It
also allows specifying others useful properties like linters and
formatters
* add uv and uv.lock. uv is a modern python package manager that
achieves both better speeds and reproducability through locking the
exact dependencies required, much like Cargo.lock
* add these to the nix devshell
* bump omegaconf to the latest preview, because 2.3.0 included an older
version of antlr4-python3-binary that used an older manifest version
from the rest of the toolchain1 parent 84b78f3 commit 335277d
File tree
5 files changed
+1062
-27
lines changed- e2e-tests
5 files changed
+1062
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
This file was deleted.
0 commit comments