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'.
The tests in the test file
wsgi.txt
are currently failing when run undertox
onmaster
both on Linux and on macOS attempting to installsentry-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.