Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2019-01-15 16:59:03 +01:00
167 changed files with 6971 additions and 4962 deletions

View File

@@ -24,7 +24,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Invoke py.test as distutils command with dependency resolution";
homepage = https://bitbucket.org/pytest-dev/pytest-runner;
homepage = https://github.com/pytest-dev/pytest-runner;
license = licenses.mit;
};
}