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