python3Packages.locationsharinglib: fix test phase

This commit is contained in:
Martin Weinelt 2022-01-18 00:29:51 +01:00
parent 0233959752
commit 4a29f7b6fb

View File

@ -6,7 +6,6 @@
, emoji
, fetchPypi
, nose
, python
, pythonOlder
, pytz
, requests
@ -46,7 +45,7 @@ buildPythonPackage rec {
checkPhase = ''
runHook preCheck
# Only coverage no real unit tests
${python.interpreter} setup.py nosetests
nosetests
runHook postCheck
'';