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 c6508e6..87638d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -SOURCES/pluggy-0.13.1.tar.gz /pluggy-0.13.1.tar.gz diff --git a/.python-pluggy.metadata b/.python-pluggy.metadata new file mode 100644 index 0000000..2afefd3 --- /dev/null +++ b/.python-pluggy.metadata @@ -0,0 +1 @@ +828b2c10996d902b8c47f2fded0e101c636b9ff9 pluggy-0.13.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 b548377..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 pluggy' - require: - - python3-pluggy - duration: 1m -execute: - how: tmt