astral-uv:zb/demo-two

Last commit made on 2024-01-26
Get this branch:
git clone -b zb/demo-two https://git.launchpad.net/astral-uv

Branch merges

Branch information

Name:
zb/demo-two
Repository:
lp:astral-uv

Recent commits

dd5b5fd... by Zanie <email address hidden>

Baseline

3e74c93... by Zanie <email address hidden>

Reduce changes to the minimum necessary

f7d285c... by Zanie <email address hidden>

Empty commit to test flake

ec4ba9c... by Zanie <email address hidden>

Empty commit to test flake

f890d03... by Zanie <email address hidden>

Empty commit to test flake

1e529c5... by Zanie <email address hidden>

Drop retries for flaking tests

ca97e0e... by Zanie <email address hidden>

Make sure for sure that the versions are sorted going into simplify

78004ba... by Zanie <email address hidden>

Order insertions into the available versions map

0cdde89... by Zanie Blue <email address hidden>

Use `.env` file instead of `.envrc` (#1132)

#1131 shows that `direnv` installation is _most_ of the CI overhead
introduced by #1105.

Instead of using `direnv`, let's just use a simple `.env` file that can
be loaded with `source` or [`direnv`'s `dotenv`
directive](https://direnv.net/man/direnv-stdlib.1.html#codedotenv-ltdotenvpathgtcode).

5cc4e5d... by Zanie Blue <email address hidden>

Add `pip compile` test where specific Python versions are available on the system (#1111)

Extends https://github.com/astral-sh/puffin/pull/1106 with the scenario
from https://github.com/zanieb/packse/pull/95 which tests that `pip
compile` will use the matching system Python version for builds when
available