move to python313 to fix jaraco-test instead

This commit is contained in:
2026-01-22 14:13:53 -05:00
parent 3614d12466
commit 9571c1a321

View File

@@ -120,14 +120,6 @@ in
{ {
nixpkgs.overlays = [ nixpkgs.overlays = [
inputs.rust-overlay.overlays.default inputs.rust-overlay.overlays.default
# Workaround: jaraco-test tests fail with pytest INTERNALERROR on nixos-unstable
(final: prev: {
python312 = prev.python312.override {
packageOverrides = pyFinal: pyPrev: {
jaraco-test = pyPrev.jaraco-test.overridePythonAttrs { doCheck = false; };
};
};
})
]; ];
} }
) )
@@ -168,7 +160,7 @@ in
# microcontroller tooling # microcontroller tooling
probe-rs-tools probe-rs-tools
(python312.withPackages ( (python313.withPackages (
ps: with ps; [ ps: with ps; [
mypy # type checking mypy # type checking
types-requests # add types for requests methods types-requests # add types for requests methods