From 43bfc3766594a70fc84f25a40f31b0759ff4fb6c Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Mon, 15 May 2023 21:50:01 +0200 Subject: [PATCH] Replace whole repo with latest content from branch stream-0.10.1-python38-rhel-8.8.0 Content corresponds with RHEL dist-git commit 9cce023 --- .fmf/version | 1 - .gitignore | 2 +- gating.yaml | 6 ------ plans.fmf | 11 ----------- 4 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 .fmf/version 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 d4b1ea3..4d1eb2e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/PyMySQL-0.10.1.tar.gz +/PyMySQL-0.9.3.tar.gz /PyMySQL-0.10.1.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 77f8d63..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 pymysql' - require: - - python3-PyMySQL - duration: 1m -execute: - how: tmt