treewide: fixup the embedded sqlalchemy
I got tired of doing this one commit per package.
This commit is contained in:
@@ -30,6 +30,10 @@ let
|
|||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-aRO4JH2KKS74MVFipRkx4rQM6RaB8bbxj2lwRSAMSjA=";
|
hash = "sha256-aRO4JH2KKS74MVFipRkx4rQM6RaB8bbxj2lwRSAMSjA=";
|
||||||
};
|
};
|
||||||
|
disabledTestPaths = [
|
||||||
|
"test/aaa_profiling"
|
||||||
|
"test/ext/mypy"
|
||||||
|
];
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -13,6 +13,10 @@ let
|
|||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-RKZgUGCAzJdeHfpXdv5fYxXdxiane1C/Du4YsDieomU=";
|
hash = "sha256-RKZgUGCAzJdeHfpXdv5fYxXdxiane1C/Du4YsDieomU=";
|
||||||
};
|
};
|
||||||
|
disabledTestPaths = [
|
||||||
|
"test/aaa_profiling"
|
||||||
|
"test/ext/mypy"
|
||||||
|
];
|
||||||
});
|
});
|
||||||
moto = super.moto.overridePythonAttrs (oldAttrs: rec {
|
moto = super.moto.overridePythonAttrs (oldAttrs: rec {
|
||||||
# a lot of tests -> very slow, we already build them when building python packages
|
# a lot of tests -> very slow, we already build them when building python packages
|
||||||
|
|||||||
@@ -31,6 +31,10 @@ let
|
|||||||
rev = "refs/tags/rel_${lib.replaceStrings [ "." ] [ "_" ] version}";
|
rev = "refs/tags/rel_${lib.replaceStrings [ "." ] [ "_" ] version}";
|
||||||
hash = "sha256-qyD3uoxEnD2pdVvwpUlSqHB3drD4Zg/+ov4CzLFIlLs=";
|
hash = "sha256-qyD3uoxEnD2pdVvwpUlSqHB3drD4Zg/+ov4CzLFIlLs=";
|
||||||
};
|
};
|
||||||
|
disabledTestPaths = [
|
||||||
|
"test/aaa_profiling"
|
||||||
|
"test/ext/mypy"
|
||||||
|
];
|
||||||
});
|
});
|
||||||
|
|
||||||
apache-airflow = pySelf.callPackage ./python-package.nix { };
|
apache-airflow = pySelf.callPackage ./python-package.nix { };
|
||||||
|
|||||||
@@ -15,6 +15,10 @@ let
|
|||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-aRO4JH2KKS74MVFipRkx4rQM6RaB8bbxj2lwRSAMSjA=";
|
hash = "sha256-aRO4JH2KKS74MVFipRkx4rQM6RaB8bbxj2lwRSAMSjA=";
|
||||||
};
|
};
|
||||||
|
disabledTestPaths = [
|
||||||
|
"test/aaa_profiling"
|
||||||
|
"test/ext/mypy"
|
||||||
|
];
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -25,6 +25,10 @@ let
|
|||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-aRO4JH2KKS74MVFipRkx4rQM6RaB8bbxj2lwRSAMSjA=";
|
hash = "sha256-aRO4JH2KKS74MVFipRkx4rQM6RaB8bbxj2lwRSAMSjA=";
|
||||||
};
|
};
|
||||||
|
disabledTestPaths = [
|
||||||
|
"test/aaa_profiling"
|
||||||
|
"test/ext/mypy"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -19,6 +19,10 @@ let
|
|||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-LdpflnGa6Js+wPG3lpjYbrmuyx1U6ZCrs/3ZLAS0apA=";
|
hash = "sha256-LdpflnGa6Js+wPG3lpjYbrmuyx1U6ZCrs/3ZLAS0apA=";
|
||||||
};
|
};
|
||||||
|
disabledTestPaths = [
|
||||||
|
"test/aaa_profiling"
|
||||||
|
"test/ext/mypy"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
self = py;
|
self = py;
|
||||||
|
|||||||
@@ -13,12 +13,9 @@ let
|
|||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-aRO4JH2KKS74MVFipRkx4rQM6RaB8bbxj2lwRSAMSjA=";
|
hash = "sha256-aRO4JH2KKS74MVFipRkx4rQM6RaB8bbxj2lwRSAMSjA=";
|
||||||
};
|
};
|
||||||
nativeCheckInputs = oldAttrs.nativeCheckInputs ++ (with super; [
|
disabledTestPaths = [
|
||||||
pytest-xdist
|
"test/aaa_profiling"
|
||||||
]);
|
"test/ext/mypy"
|
||||||
disabledTestPaths = (oldAttrs.disabledTestPaths or []) ++ [
|
|
||||||
"test/aaa_profiling"
|
|
||||||
"test/ext/mypy"
|
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user