lets see if this is causing mass rebuilds
This commit is contained in:
parent
5ea5fbba3d
commit
7cf40592d7
1 changed files with 19 additions and 19 deletions
|
|
@ -6,25 +6,25 @@
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
python =
|
python =
|
||||||
let
|
# let
|
||||||
packageOverrides = self: super: {
|
# packageOverrides = self: super: {
|
||||||
imageio = super.imageio.overridePythonAttrs (old: {
|
# imageio = super.imageio.overridePythonAttrs (old: {
|
||||||
disabledTests = [
|
# disabledTests = [
|
||||||
"test_read_stream"
|
# "test_read_stream"
|
||||||
"test_uri_reading"
|
# "test_uri_reading"
|
||||||
"test_trim_filter"
|
# "test_trim_filter"
|
||||||
"test_process_termination"
|
# "test_process_termination"
|
||||||
];
|
# ];
|
||||||
});
|
# });
|
||||||
plotly = super.plotly.overridePythonAttrs (old: {
|
# plotly = super.plotly.overridePythonAttrs (old: {
|
||||||
disabledTestPaths = (old.disabledTestPaths or [ ]) ++ [
|
# disabledTestPaths = (old.disabledTestPaths or [ ]) ++ [
|
||||||
"tests/test_optional/test_kaleido/test_kaleido.py"
|
# "tests/test_optional/test_kaleido/test_kaleido.py"
|
||||||
];
|
# ];
|
||||||
});
|
# });
|
||||||
};
|
# };
|
||||||
in
|
# in
|
||||||
pkgs.python313.override {
|
pkgs.python3.override {
|
||||||
inherit packageOverrides;
|
# inherit packageOverrides;
|
||||||
self = python;
|
self = python;
|
||||||
};
|
};
|
||||||
wanikani-stats-flask = pkgs.writeShellApplication {
|
wanikani-stats-flask = pkgs.writeShellApplication {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue