From e855d3a1531fcaacc3b1f782ea18e0ea9169c1ab Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Mon, 15 May 2023 23:34:44 +0200 Subject: [PATCH] Replace whole repo with latest content from branch stream-6.0.2-rhel-8.8.0 --- .fmf/version | 1 - .gitignore | 1 - .pytest.metadata | 1 + gating.yaml | 6 ------ plans.fmf | 11 ----------- pytest.spec | 2 +- 6 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 .fmf/version create mode 100644 .pytest.metadata delete mode 100644 gating.yaml delete mode 100644 plans.fmf diff --git a/.fmf/version b/.fmf/version deleted file mode 100644 index d00491f..0000000 --- a/.fmf/version +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/.gitignore b/.gitignore index 5dae7ee..2ecc70b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -SOURCES/pytest-6.0.2.tar.gz /pytest-6.0.2.tar.gz diff --git a/.pytest.metadata b/.pytest.metadata new file mode 100644 index 0000000..d14bfc4 --- /dev/null +++ b/.pytest.metadata @@ -0,0 +1 @@ +bc14d7c0f9c0a8299ffdc5a7c0bec1563b4052ac pytest-6.0.2.tar.gz diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 648918d..0000000 --- a/gating.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- !Policy -product_versions: - - rhel-9 -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/plans.fmf b/plans.fmf deleted file mode 100644 index c5c5f7a..0000000 --- a/plans.fmf +++ /dev/null @@ -1,11 +0,0 @@ -discover: - - name: Smoke-tests - how: shell - tests: - - name: python-import-test - test: python3 -c 'import pytest' - require: - - python3-pytest - duration: 1m -execute: - how: tmt diff --git a/pytest.spec b/pytest.spec index 8dba107..51fc76c 100644 --- a/pytest.spec +++ b/pytest.spec @@ -50,7 +50,7 @@ BuildRequires: python%{python3_pkgversion}-hypothesis BuildRequires: python%{python3_pkgversion}-xmlschema %if %{with optional_tests} BuildRequires: python%{python3_pkgversion}-argcomplete -#BuildRequires: python%%{python3_pkgversion}-asynctest -- no 3.9 rebuild in Fedora yet +BuildRequires: python%{python3_pkgversion}-asynctest BuildRequires: python%{python3_pkgversion}-decorator BuildRequires: python%{python3_pkgversion}-jinja2 BuildRequires: python%{python3_pkgversion}-mock