You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 27, 2023. It is now read-only.
I would need to help with configuring pypi.disallow_fallback. It seems like any format doesn't work for me:
pypi.disallow_fallback = package1 package2
pypi.disallow_fallback =
package1
package2
pypi.disallow_fallback = (package1, package2)
pypi.disallow_fallback = [package1, package2]
pypi.disallow_fallback = package1, package2
I still see in logs that Pypicloud tried to search a package in an upstream even when it shouldn't look for it because it's private package:
2022-11-04 14:17:22 WARNING 2022-11-04 14:17:22,547 [pypicloud.locator] Error fetching 'package1' from upstream: 404 Client Error: Not Found for url: https://pypi.org/pypi/package1/json
Here is a part of configuration I'm using. If you need more or whole config, let me know.