Fix tests
tmt currently can't apply %prep part of rpmbuild, need to do it manually Resolves: rhbz#2159316
This commit is contained in:
parent
eef5ee4d56
commit
3b7633f050
1
plan.fmf
1
plan.fmf
@ -9,4 +9,5 @@ discover:
|
|||||||
- python3.11-pytest
|
- python3.11-pytest
|
||||||
test: |
|
test: |
|
||||||
cd $(dirname $TMT_SOURCE_DIR/iniconfig-*/testing) &&
|
cd $(dirname $TMT_SOURCE_DIR/iniconfig-*/testing) &&
|
||||||
|
sed -i "s/py\.test/pytest/" testing/test_iniconfig.py &&
|
||||||
pytest-3.11 testing
|
pytest-3.11 testing
|
||||||
|
Loading…
Reference in New Issue
Block a user