python3Packages.gssapi: fix tests

This commit is contained in:
Martin Weinelt 2022-01-18 14:29:46 +01:00
parent 79db6d5b9b
commit 6a3822938f

View file

@ -67,7 +67,7 @@ buildPythonPackage rec {
echo $'\ndel TestBaseUtilities.test_add_cred_impersonate_name' >> gssapi/tests/test_raw.py
export PYTHONPATH="$out/${python.sitePackages}:$PYTHONPATH"
${python.interpreter} setup.py nosetests -e 'ext_test_\d.*'
nosetests -e 'ext_test_\d.*'
'';
pythonImportsCheck = [ "gssapi" ];