python310Packages.aiocontextvars: drop useless pytest-runner

This commit is contained in:
Sandro Jäckel 2023-03-19 21:42:26 +01:00
parent 0f3519bb0f
commit b7ca098c7b
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, pytest-runner
, pytestCheckHook
, pytest-asyncio
, isPy27
@ -20,9 +19,10 @@ buildPythonPackage rec {
sha256 = "0a2gmrm9csiknc8n3si67sgzffkydplh9d7ga1k87ygk2aj22mmk";
};
buildInputs = [
pytest-runner
];
postPatch = ''
substituteInPlace setup.py \
--replace "'pytest-runner'," ""
'';
nativeCheckInputs = [
pytestCheckHook