pythonPackages.drf-yasg: init at 1.16.1

This commit is contained in:
ivegotasthma
2019-08-12 21:53:25 +02:00
parent 4135679907
commit cecfde44e6
4 changed files with 46 additions and 4 deletions

View File

@@ -31,8 +31,8 @@ buildPythonPackage rec {
checkInputs = [ pytest ];
checkPhase = ''
mv coreapi coreapi.hidden
pytest tests
cd ./tests
pytest
'';
meta = with stdenv.lib; {