Merge pull request #253990 from fabaff/seatconnect-bump

python311Packages.seatconnect: remove postPatch section
This commit is contained in:
Weijia Wang 2023-09-08 21:42:25 +02:00 committed by GitHub
commit ee165a683a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
@ -57,6 +50,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module to communicate with Seat Connect";
homepage = "https://github.com/farfar/seatconnect";
changelog = "https://github.com/Farfar/seatconnect/releases/tag/${version}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
};