mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
pythonPackages.bedup: disable tests
This commit is contained in:
parent
e78dcf77ef
commit
2ee23ca8f8
@ -1633,6 +1633,9 @@ in modules // {
|
|||||||
propagatedBuildInputs = with self; [ contextlib2 pyxdg pycparser alembic ]
|
propagatedBuildInputs = with self; [ contextlib2 pyxdg pycparser alembic ]
|
||||||
++ optionals (!isPyPy) [ cffi ];
|
++ optionals (!isPyPy) [ cffi ];
|
||||||
|
|
||||||
|
# No proper test suite. Included tests cannot be run because of relative import
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Deduplication for Btrfs";
|
description = "Deduplication for Btrfs";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user