diff --git a/.gitignore b/.gitignore index 0cb7493..c6fc790 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/setuptools_scm-1.15.7.tar.gz +/setuptools_scm-1.15.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/sources b/sources index 16d64f5..3e27f3c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (setuptools_scm-1.15.7.tar.gz) = 0aa6056c03fe100cdaa7b11c9d2073431bb5c3904a80a994a8263c0ccac81f7a2c0b6c7e6dfd09ad605c5ff0e86981b894b42920cb69d1ef1d43ea08b2ddd4a0 +1b55f9cedde4a33ab5d286c5f30e86db setuptools_scm-1.15.7.tar.gz diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index ca62107..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,20 +0,0 @@ ---- -- hosts: localhost - roles: - - role: standard-test-basic - tags: - - classic - repositories: - - repo: "https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git" - dest: "pyproject-rpm-macros" - tests: - - pyproject_pytest: - dir: pyproject-rpm-macros/tests - run: ./mocktest.sh python-pytest - - pyproject_pluggy: - dir: pyproject-rpm-macros/tests - run: ./mocktest.sh python-pluggy - required_packages: - - mock - - rpmdevtools - - rpm-build