plone / plone.recipe.zope2instance

zc.buildout recipe to setup and configure a Zope 2 instance.
https://pypi.org/project/plone.recipe.zope2instance
7 stars 23 forks source link

Test failure trying to retrieve sentry-sdk #133

Closed dataflake closed 3 years ago

dataflake commented 4 years ago

The tests in the test file wsgi.txt are currently failing when run under tox on master both on Linux and on macOS attempting to install sentry-sdk, see below for the first failure output.

I can't tell what's wrong. The setuptools extra looks OK to me and pip itself has no issue installing it.

Failed example:
    print(system(join('bin', 'buildout'))),
Differences (ndiff with -expected +actual):
      Uninstalling instance.
      Installing instance.
      Getting distribution for 'sentry-sdk'.
    - ...
    - Generated script '.../sample-buildout/bin/instance'.
    - ...
    + Not found: /tmp/tmpkPhUEZbuildouttests/sentry-sdk/
    + Not found: /tmp/tmpkPhUEZbuildouttests/sentry-sdk/
    + Couldn't find index page for 'sentry-sdk' (maybe misspelled?)
    + Not found: /tmp/tmpkPhUEZbuildouttests/sentry-sdk/
    + Not found: /tmp/tmpkPhUEZbuildouttests/sentry-sdk/
    + Couldn't find index page for 'sentry-sdk' (maybe misspelled?)
    + While:
    +   Installing instance.
    +   Getting distribution for 'sentry-sdk'.
    + Error: Couldn't find a distribution for 'sentry-sdk'.
dataflake commented 3 years ago

This is obsolete, the error doesn't occur anymore