python39Packages.shtab: fix tests (#156458)
This commit is contained in:
parent
aa9ccee767
commit
c86e65ddee
@ -5,6 +5,7 @@
|
|||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, setuptools-scm
|
, setuptools-scm
|
||||||
|
, bashInteractive
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -28,6 +29,7 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
|
bashInteractive
|
||||||
pytest-timeout
|
pytest-timeout
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
@ -37,11 +39,6 @@ buildPythonPackage rec {
|
|||||||
--replace " --cov=shtab --cov-report=term-missing --cov-report=xml" ""
|
--replace " --cov=shtab --cov-report=term-missing --cov-report=xml" ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
disabledTests = [
|
|
||||||
# bash tests are failing
|
|
||||||
"bash"
|
|
||||||
];
|
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
"shtab"
|
"shtab"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user