From ebe80a488867489a2977713cce69b0a39da52899 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Tue, 31 Oct 2023 00:07:40 +0300 Subject: [PATCH] Remove unnecessary files --- sources | 1 - tests/tests.yml | 28 ---------------------------- 2 files changed, 29 deletions(-) delete mode 100644 sources delete mode 100644 tests/tests.yml diff --git a/sources b/sources deleted file mode 100644 index 35ad7fe..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (virtualenv-20.20.0.tar.gz) = 6710efcbead1358479961c84ec3f6b9c3a1fc59c2f6b33fa13e2609554f7072aee7ef8cc07b4aa2fbc27ac950a78e447529fb8ceb2e4ee0881a4356a67d26641 diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index 2eb9602..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,28 +0,0 @@ ---- -- hosts: localhost - roles: - - role: standard-test-basic - tags: - - classic - repositories: - - repo: "https://src.fedoraproject.org/tests/python.git" - dest: "python" - tests: - - smoke39: - dir: python/smoke - run: VERSION=3.9 METHOD=virtualenv ./venv.sh - - smoke39nd: - dir: python/smoke - run: VERSION=3.9 METHOD=virtualenv-no-download ./venv.sh - - smoke39sp: - dir: python/smoke - run: VERSION=3.9 METHOD=virtualenv-seeder-pip ./venv.sh - - rpm_qa: - run: rpm -qa | sort - required_packages: - - gcc - - virtualenv - - python3.9 - - python3-devel - - python3-tox - - rpm