Merge pull request #222079 from SuperSandro2000/aiocontextvars

python310Packages.aiocontextvars: drop useless pytest-runner
This commit is contained in:
Sandro 2023-03-23 14:04:25 +01:00 committed by GitHub
commit 6f98094b2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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