Skip to content

Add private registry

Oscar Tovar requested to merge hacks4oats/private-registry into pipfile-lock-FREEZE

Description

  • Set Python 3.9 version compatibility
  • Add pytest as a dev-package
  • Set up local proxy to https://pypy.org/simple to simulate private registry.

This MR adds a test to verify that the gemnasium-python analyzer works correctly when scanning pipenv projects that make use of a private registry. This is usually the case when an environment is running in a limited network connectivity mode.

Issues(s)

Relates to Enable development dependency scanning in pipen... (gitlab-org/gitlab#375505 - closed)

Edited by Oscar Tovar

Merge request reports