python311Packages.seatconnect: remove postPatch section

This commit is contained in:
Fabian Affolter 2023-09-08 10:44:12 +02:00
parent f1541b8165
commit 451c221137

View file

@ -40,13 +40,6 @@ buildPythonPackage rec {
xmltodict
];
postPatch = ''
substituteInPlace setup.py \
--replace "'pytest>=5,<6'," ""
substituteInPlace requirements.txt \
--replace "pytest-asyncio" ""
'';
# Project only has a dummy test
doCheck = false;