diff options
| author | mo khan <mo.khan@gmail.com> | 2020-11-06 00:55:02 +0000 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-11-06 00:55:02 +0000 |
| commit | f8200b265f63173c9b8d0b26470b449f512dbd17 (patch) | |
| tree | 793cb2505c31fd0ad9df1cdd15ba6dd4e5209dda /spec/integration/python/pipenv_spec.rb | |
| parent | ec921238b54da56fad30a35801ba67c20cf9c26d (diff) | |
| parent | af39e905c599ab5cbd0d309f1a1546372f912b4e (diff) | |
Merge branch 'pin-tests' into 'main'
Pin tests to git hash
See merge request gitlab-org/security-products/analyzers/license-finder!14
Diffstat (limited to 'spec/integration/python/pipenv_spec.rb')
| -rw-r--r-- | spec/integration/python/pipenv_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/python/pipenv_spec.rb b/spec/integration/python/pipenv_spec.rb index f13bd31..2f235a3 100644 --- a/spec/integration/python/pipenv_spec.rb +++ b/spec/integration/python/pipenv_spec.rb @@ -11,7 +11,7 @@ RSpec.describe "pipenv" do system('rm -fr /opt/asdf/installs/python') end - include_examples "each report version", "python", "pipenv", "pip-file-lock" + include_examples "each report version", "python", "pipenv", "b26f0561" context "when a project depends on a version 6 Pipfile.lock" do let(:pipfile_lock_content) do |
