mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
python3Packages.proc: disable tests
This commit is contained in:
parent
b228c241fb
commit
1a3685370b
1 changed files with 8 additions and 1 deletions
|
@ -28,8 +28,15 @@ buildPythonPackage rec {
|
|||
pydot
|
||||
];
|
||||
|
||||
# Multiple tests are out-dated and failing
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [
|
||||
"prov"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A Python library for W3C Provenance Data Model (PROV)";
|
||||
description = "Python library for W3C Provenance Data Model (PROV)";
|
||||
homepage = "https://github.com/trungdong/prov";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ashgillman ];
|
||||
|
|
Loading…
Reference in a new issue