Skip to content

Commit

Permalink
Try to install the fresh tmt from git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
psss committed Jan 30, 2023
1 parent 519fd5c commit 46b7838
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions plans/polarion.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ prepare:
package: python3-pip
- name: Install Requre
script: pip3 install "typing-extensions>=3.7.4.3" requre pylero
- name: Install fresh tmt
script: dnf install -y git-core && pip3 install git+https://github.com/teemtee/tmt#egg=tmt[report-polarion]
- name: Create pylero config
script: "bash setup/pylero-config.sh"
- name: Create default nitrate config
Expand Down
2 changes: 1 addition & 1 deletion requre/polarion/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ test: |
tar xJf test_data/export/binary_data.tar.xz -C test_data/export/
python3 -m pytest -vvv -ra --showlocals export.py
tag+: [polarion]
require+: [tmt-all]
#require+: [tmt-all]

0 comments on commit 46b7838

Please sign in to comment.