diff options
| author | Tetiana Chupryna <tchupryna@gitlab.com> | 2020-08-17 19:12:34 +0300 |
|---|---|---|
| committer | Tetiana Chupryna <tchupryna@gitlab.com> | 2020-08-21 13:09:13 +0300 |
| commit | 4510deb87ee0acb985ebeb7478cae5909741776e (patch) | |
| tree | d77037daf77ebd52804ad8b292b5d5f3aa363baf /spec/integration/python/pip_spec.rb | |
| parent | d221c4aa84c3f4457836023de742f4e922a59ce5 (diff) | |
Fix failed python specs
Diffstat (limited to 'spec/integration/python/pip_spec.rb')
| -rw-r--r-- | spec/integration/python/pip_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/python/pip_spec.rb b/spec/integration/python/pip_spec.rb index 86cdc2b..7aec470 100644 --- a/spec/integration/python/pip_spec.rb +++ b/spec/integration/python/pip_spec.rb @@ -47,7 +47,7 @@ RSpec.describe "pip" do end context 'with BSD licenses dependencies' do - let(:requirements) { %w[webencodings idna click EasyProcess].join("\n") } + let(:requirements) { %w[webencodings idna click EasyProcess PyVirtualDisplay].join("\n") } it 'finds proper versions of BSD license' do runner.add_file('requirements.txt', requirements) |
