Matt Davis

Results 600 comments of Matt Davis

This seems to be biting me as well running saleor API deployed with gunicorn + uvicorn worker. The commit from @onekiloparsec kind of makes sense but that commit branch is...

@dxrvip I had this issue out of the box too -- I ended up going with a modified docker-compose.yml from here: https://github.com/saleor/saleor-platform/issues/121#issuecomment-1003376550 to get past it, but have ended up...

I am also having this issue trying to get this setup on DigitalOcean. ``` matteius@matteius-VirtualBox:~/csi-s3/deploy/kubernetes$ kubectl get pvc csi-s3-pvc NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE csi-s3-pvc Pending csi-s3...

The test runner current checks if you have internet available, and adjusts which tests cases run accordingly. Except for these failing: ``` SKIPPED [16] tests/conftest.py:86: requires internet access, skipping... FAILED...

Current failures without internet are: ``` SKIPPED [16] tests/conftest.py:86: requires internet access, skipping... FAILED tests/unit/test_requirements.py::test_convert_from_pipfile[requirement10-https://github.com/Rapptz/discord.py/archive/async.zip#egg=discord.py[voice]] - pip._vendor.requests.exceptions.Connecti... FAILED tests/unit/test_requirements.py::test_get_requirements - AttributeError: 'NoneType' object has no attribute 'url' FAILED tests/unit/test_setup_info.py::test_local_req[test_artifact0] -...

I believe this is supported now, but willing to re-open if I am off-base.

@PythonCoderAS I am wondering if this change fixes the issue you have been describing or if you are describing something different: https://github.com/sarugaku/requirementslib/pull/319/files

Thanks for this example @PythonCoderAS -- and if you go up a directory and do it with `pipenv install sphinx/` works just fine, so the dot is causing an issue...

Sorry, I do not have an update at this time. Possibly related: https://github.com/pypa/pipenv/issues/5239

I would ask, could this be rechecked with `pipenv==2022.8.19` and if possible provide a reproduction example?