Skip to content

Commit

Permalink
Merge pull request #5893 from Martchus/devel-deps
Browse files Browse the repository at this point in the history
Move `python3-yamllint` from test to style-check dependencies
  • Loading branch information
mergify[bot] authored Aug 26, 2024
2 parents 78735e1 + 0c9b2a2 commit bb20898
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ test_requires:
os-autoinst:
postgresql-server:
python3-setuptools:
python3-yamllint:
perl(App::cpanminus):
perl(Selenium::Remote::Driver): '>= 1.23'
perl(Selenium::Remote::WDKeys):
Expand All @@ -203,6 +202,7 @@ test_requires:
perl(Test::Warnings): '>= 0.029'

style_check_requires:
python3-yamllint:
perl(Perl::Critic):
perl(Perl::Critic::Freenode):
ShellCheck:
Expand Down
4 changes: 2 additions & 2 deletions dist/rpm/openQA.spec
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@
# Do not require on this in individual sub-packages except for the devel
# package.
# The following line is generated from dependencies.yaml
%define test_requires %common_requires %main_requires %python_scripts_requires %worker_requires curl jq openssh-common os-autoinst perl(App::cpanminus) perl(Selenium::Remote::Driver) >= 1.23 perl(Selenium::Remote::WDKeys) perl(Test::Exception) perl(Test::Fatal) perl(Test::MockModule) perl(Test::MockObject) perl(Test::Mojo) perl(Test::Most) perl(Test::Output) perl(Test::Pod) perl(Test::Strict) perl(Test::Warnings) >= 0.029 postgresql-server python3-setuptools python3-yamllint
%define test_requires %common_requires %main_requires %python_scripts_requires %worker_requires curl jq openssh-common os-autoinst perl(App::cpanminus) perl(Selenium::Remote::Driver) >= 1.23 perl(Selenium::Remote::WDKeys) perl(Test::Exception) perl(Test::Fatal) perl(Test::MockModule) perl(Test::MockObject) perl(Test::Mojo) perl(Test::Most) perl(Test::Output) perl(Test::Pod) perl(Test::Strict) perl(Test::Warnings) >= 0.029 postgresql-server python3-setuptools
%ifarch x86_64
%define qemu qemu qemu-kvm
%else
%define qemu qemu
%endif
# The following line is generated from dependencies.yaml
%define style_check_requires ShellCheck perl(Perl::Critic) perl(Perl::Critic::Freenode) shfmt
%define style_check_requires ShellCheck perl(Perl::Critic) perl(Perl::Critic::Freenode) python3-yamllint shfmt
# The following line is generated from dependencies.yaml
%define cover_requires perl(Devel::Cover) perl(Devel::Cover::Report::Codecovbash)
# The following line is generated from dependencies.yaml
Expand Down

0 comments on commit bb20898

Please sign in to comment.