X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-vs1-f45.google.com (mail-vs1-f45.google.com [209.85.217.45]) by lists.alpinelinux.org (Postfix) with ESMTP id 9AEC65C63EF for ; Thu, 11 Oct 2018 14:02:29 +0000 (GMT) Received: by mail-vs1-f45.google.com with SMTP id z130-v6so8615517vsc.7 for ; Thu, 11 Oct 2018 07:02:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=rn0aVVwciUtU8zOUR173xgl1IAHHQ7fvkG+KWXwZQu4=; b=kw9Gr7h2nIV9xeXavrpnTWKfAnDkn0gvFOLpwFz+oHxntra4Funbzb0kfrOA4cXNPr qhCaPZ5xdnwQp0FRzOBZWlgbIPqS79ewMA3mddVQKqA2bVXXvRPY5pONsmmZ2sU1Y2No slph+tHamfSp+brZFib3ng735erNkGZ96HmdVDrICr3rGfRx8GtpL4CC3+rMiUurrD5x g8a3N3OEM4ONDUhqeTL+sJ7aryaxUafZAn7Whm2i006Q91M7gpJFy2uVUF1iq/vDfFIl FaXH0sYOatqF4KHHCQfZ63rcFr3el42bPlxMEZoTvMXu35MJI6UWdsnrMh1eyHj/Jx+2 QeSg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=rn0aVVwciUtU8zOUR173xgl1IAHHQ7fvkG+KWXwZQu4=; b=nF+G1zdlJ6R/tXbnlELsm5tVz6hEKWJevz/E9wZB5mwAJm7gnChTi+HW1zSowcMIPq CCEPWTOfYv+GFnwFboCmvF3GvZBNRhkJ0awyjxcQjrHfetfyIQ6jr+Mys/BU9W85zEj/ KM4ScBf5/VxZCpX0Dlqgp3RWMG6V9HFs35pIgWkE3l2oCHxrRtPwNC3zU4+IcmYgBPbS EyMRR/UXngLP3HfcEJoekiayMuW2nawh8HurU7jT3t65rvz9YmxPauAWTTJuhhEIkeJ2 sF85lrBMI0fRKlpQacnbFZd55iZD1vRVczKpHFBDfPe3D27XaAcJpC2BoJPuYSH870fl y/2g== X-Gm-Message-State: ABuFfojL7XG4v80A/AKitS0EGlN54wHEsOj3s0QCaLEzb6Owq0IdFFdm T/iHl1M5hgFrgYjrm8qIdHPTM4Uv7VFyg/SdQV0= X-Google-Smtp-Source: ACcGV60+dl44AcGLHQC6Jc5Bzk+N6wocXHqeiRCcon5mEEo0vw4hYMszx2ZI3k8isSNFtljY+Zcn0/40CC+gKIrnVF0= X-Received: by 2002:a67:584:: with SMTP id 126mr665710vsf.67.1539266548950; Thu, 11 Oct 2018 07:02:28 -0700 (PDT) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 References: <20180120152027.16696-1-sir@cmpwn.com> In-Reply-To: <20180120152027.16696-1-sir@cmpwn.com> From: Leonardo Arena Date: Thu, 11 Oct 2018 16:02:17 +0200 Message-ID: Subject: Re: [alpine-aports] [PATCH] testing/py-anyjson: fix python 3 support To: sir@cmpwn.com Cc: alpine-aports , Fabian Affolter Content-Type: multipart/alternative; boundary="000000000000dd7b8f0577f46b32" --000000000000dd7b8f0577f46b32 Content-Type: text/plain; charset="UTF-8" Hi, On Sat, Jan 20, 2018 at 4:21 PM Drew DeVault wrote: > --- > testing/py-anyjson/APKBUILD | 17 ++++++++++++++--- > 1 file changed, 14 insertions(+), 3 deletions(-) > > it fails here with: ImportError while importing test module '/home/larena/aports/testing/py-anyjson/src/anyjson-0.3.3-py3/tests/test_implementations.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/test_implementations.py:2: in import anyjson E ModuleNotFoundError: No module named 'anyjson' Thanks! /eo --000000000000dd7b8f0577f46b32 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,

On Sat, Jan 20, 2018 at 4:21 PM Drew DeVault <sir@cmpwn.com> wrote:
---
=C2=A0testing/py-anyjson/APKBUILD | 17 ++++++++++++++---
=C2=A01 file changed, 14 insertions(+), 3 deletions(-)


it fails here with:

ImportError while importing test module '/home/larena/aports/tes= ting/py-anyjson/src/anyjson-0.3.3-py3/tests/test_implementations.py'.Hint: make sure your test modules/packages have valid Python names.
Tr= aceback:
tests/test_implementations.py:2: in <module>
=C2=A0=C2= =A0=C2=A0 import anyjson
E=C2=A0=C2=A0 ModuleNotFoundError: No module na= med 'anyjson'

Thanks!

/eo

--000000000000dd7b8f0577f46b32-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---