Remove unnecessary files

i9ce
MSVSphere Packaging Team 1 year ago
parent 344753aba7
commit ebe80a4888

@ -1 +0,0 @@
SHA512 (virtualenv-20.20.0.tar.gz) = 6710efcbead1358479961c84ec3f6b9c3a1fc59c2f6b33fa13e2609554f7072aee7ef8cc07b4aa2fbc27ac950a78e447529fb8ceb2e4ee0881a4356a67d26641

@ -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
Loading…
Cancel
Save