diff --git a/.gitignore b/.gitignore index 538f129..b6a502a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -SOURCES/wcwidth-0.1.7.tar.gz /wcwidth-0.1.7.tar.gz diff --git a/.python-wcwidth.metadata b/.python-wcwidth.metadata new file mode 100644 index 0000000..533b58c --- /dev/null +++ b/.python-wcwidth.metadata @@ -0,0 +1 @@ +28df2f5e8cd67ec182d822350252fea9bc3a91c8 wcwidth-0.1.7.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