python310Packages.pytest-asyncio: remove unused rec

This commit is contained in:
Sandro Jäckel 2023-07-14 14:09:31 +02:00
parent 5cfde70626
commit 09cb8467e6
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -6,7 +6,7 @@
, pytestCheckHook
}:
buildPythonPackage rec {
buildPythonPackage {
pname = "pytest-asyncio-tests";
inherit (pytest-asyncio) version;