pythonPackages: deprecate pytestrunner alias

This commit is contained in:
Sandro Jäckel
2021-07-21 13:32:49 +02:00
parent 4209fed914
commit 9bfdf57e13
120 changed files with 218 additions and 220 deletions
@@ -3,7 +3,7 @@
, fetchPypi
, pythonOlder
, setuptools
, pytestrunner
, pytest-runner
, pytest
, pytest-asyncio
, twisted
@@ -25,7 +25,7 @@ buildPythonPackage rec {
sha256 = "3efbd6998600254ec7a2869318bd3ffde38edc3a0d37be0c14bc46b45947b682";
};
nativeBuildInputs = [ setuptools pytestrunner ];
nativeBuildInputs = [ setuptools pytest-runner ];
checkInputs = [ pytest pytest-asyncio twisted treq tornado aiohttp ];
propagatedBuildInputs = [
uritemplate