chore(ci): from Rye to uv (#476)

* chore(ci): from Rye to uv

uv is just better for what I need to do, and Rye will eventually be replaced by uv anyway

* chore(ci): add tests' extra

* chore(ci): oops

* fix(ci): some tests

* chore(ci): remove -W error

Because it breaks on the CI, but not locally..
This commit is contained in:
Jérome Eertmans
2024-09-24 17:15:18 +02:00
committed by GitHub
parent 6ad89ecdf6
commit de91ac7b7c
15 changed files with 3591 additions and 927 deletions

View File

@ -71,7 +71,7 @@ def paths() -> Generator[list[Path], None, None]:
yield [random_path() for _ in range(20)]
@pytest.fixture(scope="session")
@pytest.fixture
def presentation_config(
slides_folder: Path,
) -> Generator[PresentationConfig, None, None]: