python312Packages.rpyc: fix tests

This commit is contained in:
Martin Weinelt 2024-03-26 03:31:04 +01:00
parent 354ccf4980
commit 48ff13dcd7
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@ buildPythonPackage rec {
pytestCheckHook
];
preCheck = ''
export PYTHONPATH=$(pwd)/tests:$PYTHONPATH
'';
disabledTests = [
# Disable tests that requires network access
"test_api"