diff options
| author | Can Eldem <celdem@gitlab.com> | 2020-09-02 10:20:37 +0000 |
|---|---|---|
| committer | Can Eldem <celdem@gitlab.com> | 2020-09-02 10:20:37 +0000 |
| commit | 178dc1c91f9e43ee061825d1284bca694d6bbc65 (patch) | |
| tree | 99b53a90cd7c0996a2d0993b41eb56a695bcc996 /spec/integration/python/pipenv_spec.rb | |
| parent | eb11eeb1018c4d32e8dbaf3f734e588205f0671f (diff) | |
| parent | cbc4d1e328fd0e578f038d57fbd6b9354dafa79e (diff) | |
Merge branch '217897-offline-rubies' into 'master'v3.25.0
Install tools from Debian package.
See merge request gitlab-org/security-products/license-management!188
Diffstat (limited to 'spec/integration/python/pipenv_spec.rb')
| -rw-r--r-- | spec/integration/python/pipenv_spec.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/integration/python/pipenv_spec.rb b/spec/integration/python/pipenv_spec.rb index cd20522..fad3edf 100644 --- a/spec/integration/python/pipenv_spec.rb +++ b/spec/integration/python/pipenv_spec.rb @@ -7,6 +7,10 @@ RSpec.describe "pipenv" do let(:env) { {} } + before do + system('rm -fr /opt/asdf/installs/python') + end + include_examples "each report version", "python", "pipenv", "pip-file-lock" context "when a project depends on a version 6 Pipfile.lock" do |
