Merge pull request #175420 from SuperSandro2000/celery

python310Packages.celery: remove stale postPatch
This commit is contained in:
Fabian Affolter 2022-05-30 08:29:35 +02:00 committed by GitHub
commit 10f2ea405b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,11 +57,6 @@ buildPythonPackage rec {
pytestCheckHook
];
postPatch = ''
substituteInPlace requirements/default.txt \
--replace "setuptools>=59.1.1,<59.7.0" "setuptools"
'';
disabledTestPaths = [
# test_eventlet touches network
"t/unit/concurrency/test_eventlet.py"