summaryrefslogtreecommitdiff
path: root/spec/integration/python/pipenv_spec.rb
AgeCommit message (Collapse)Author
2020-04-03Install root certificatemo khan
* Install certificate in root ca trust store * Use PIP_CERT environment variable to specify path to the certificate bundle * Do not override user provided PIP_CERT * Perform shallow clone when possible * Update CHANGELOG and bump version
2020-04-02Reproduce failure with go modules scanningmo khan
* Install sudo for existing configurations * Detect dependencies in a gomodules project * Add CHANGELOG entry and bump version * Symlink to $GOPATH for non go modules projects * Remove problematic go get setup
2020-04-01Pull package info from sources in Pipfile.lockmo khan
* Exclude dependencies in "develop" group" * Install pipenv by default * Use .venv to match the default location as pipenv * Use pip-licenses to detect licenses in Pipfile project * Add variation of the MIT License * Redirect asdf install stdout to /dev/null * Add CHANGELOG entry and bump version
2020-03-07Apply gitlab-stylesmo khan
2020-03-04Convert pipenv qa jobs to integration testsmo khan
2020-01-15Match dependency namesmo khan
2020-01-15Parse version 5 of the pipfile.lockmo khan
2020-01-15Add a json schema for dependencymo khan
2020-01-15Add spec to ensure we can parse a v3 Pipfile.lockmo khan
2020-01-15Simplify fixture generation in testmo khan
2020-01-15Add spec to handle pipfile.lock filesmo khan