python311Packages.restrictedpython: disable failing test
This commit is contained in:
parent
8ab140c9b6
commit
198f23d10c
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
, fetchPypi
|
||||
, pytest-mock
|
||||
, pytestCheckHook
|
||||
, pythonAtLeast
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
|
@ -24,6 +25,10 @@ buildPythonPackage rec {
|
|||
pytest-mock
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals (pythonAtLeast "3.11") [
|
||||
"test_compile__compile_restricted_exec__5"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"RestrictedPython"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue