diff --git a/.gitignore b/.gitignore index 679b8f0..00b5418 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -SOURCES/wcwidth-0.2.5.tar.gz /wcwidth-0.2.5.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/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index 6ed8851..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -- hosts: localhost - roles: - - role: standard-test-source - tags: - - always - - - role: standard-test-basic - tags: - - classic - required_packages: - - python3-pytest - tests: - - simple: - dir: ./source - run: python -m pytest -v