python312Packages.rpyc: fix tests
This commit is contained in:
parent
354ccf4980
commit
48ff13dcd7
@ -34,6 +34,10 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
export PYTHONPATH=$(pwd)/tests:$PYTHONPATH
|
||||
'';
|
||||
|
||||
disabledTests = [
|
||||
# Disable tests that requires network access
|
||||
"test_api"
|
||||
|
Loading…
Reference in New Issue
Block a user