mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #2771 from matejc/notest_pyramidtm
pythonPackages.pyramid_tm: set doCheck to false
This commit is contained in:
commit
aa97760285
1 changed files with 4 additions and 0 deletions
|
@ -2189,11 +2189,15 @@ rec {
|
|||
md5 = "6dc917d262c69366630c542bd21859a3";
|
||||
};
|
||||
|
||||
# tests are failing in version 0.7 but are fixed in trunk
|
||||
doCheck = false;
|
||||
|
||||
propagatedBuildInputs = [ transaction pyramid ];
|
||||
meta = {
|
||||
maintainers = [
|
||||
stdenv.lib.maintainers.garbas
|
||||
stdenv.lib.maintainers.iElectric
|
||||
stdenv.lib.maintainers.matejc
|
||||
];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue