Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-04-05 00:16:41 +00:00
committed by GitHub
20 changed files with 141 additions and 86 deletions

View File

@@ -8,6 +8,7 @@
, pytz
, pytestCheckHook
, urllib3
, certifi
}:
buildPythonPackage rec {
@@ -26,6 +27,7 @@ buildPythonPackage rec {
python-dateutil
pytz
urllib3
certifi
];
checkInputs = [ faker mock nose pytestCheckHook ];