Unverified Commit c1d1a45b authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

pypy3Packages.celery.tests: fix the eval (#421336)

parents 79485410 ef6f34ec
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -118,10 +118,6 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "celery" ];

  passthru.tests = {
    inherit (nixosTests) sourcehut;
  };

  meta = with lib; {
    description = "Distributed task queue";
    homepage = "https://github.com/celery/celery/";