python3Packages.locationsharinglib: fix test phase
This commit is contained in:
parent
0233959752
commit
4a29f7b6fb
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue