Replace whole repo with latest content from branch rhel-8.8.0

Content corresponds with RHEL dist-git commit 0add82b
This commit is contained in:
Honza Horak 2023-05-15 16:43:23 +02:00
parent e93178d29d
commit 580598cd60
2 changed files with 22 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

21
plan.fmf Normal file
View File

@ -0,0 +1,21 @@
execute:
how: tmt
discover:
how: shell
dist-git-source: true
tests:
- name: bundled tests
require:
- python3.11-pytest
- python3.11-pip
# these are required by trustme
- python3.11-cryptography
- python3.11-pycparser
- python3.11-cffi
test: |
pip-3.11 install pytest-mock==3.10.0 trustme==0.9.0 pytest-httpbin==1.0.2 &&
cd $(dirname $TMT_SOURCE_DIR/requests-*/tests) &&
rm -rf requests &&
# https://github.com/postmanlabs/httpbin/issues/673#issuecomment-1150816886 \
sed -i -e 's/ import BaseResponse/ import Response as BaseResponse/' /usr/local/lib/python*/site-packages/httpbin/core.py &&
pytest-3.11 -v -p no:warnings tests