Merge branch 'master' into staging-next

This commit is contained in:
Ryan Burns
2021-10-16 16:07:38 -07:00
170 changed files with 3739 additions and 2334 deletions
@@ -43,6 +43,9 @@ buildPythonPackage rec {
importlib-metadata
];
# Tests fail on Python 3.7 due to importlib using a deprecated interface
doCheck = !(pythonOlder "3.8");
checkInputs = [
mock
pytestCheckHook