Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2019-10-18 12:27:41 +02:00
102 changed files with 7075 additions and 1248 deletions

View File

@@ -3,6 +3,7 @@
, fetchPypi
, six
, requests
, setuptools
, pytest
, mock
}:
@@ -17,7 +18,7 @@ buildPythonPackage rec {
};
checkInputs = [ pytest mock ];
propagatedBuildInputs = [ six requests ];
propagatedBuildInputs = [ requests setuptools six ];
checkPhase = ''
py.test tests/unit