From 21808a4d7c2faffcf400eb2db177c43ad0d24939 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Mon, 10 Jul 2023 13:32:07 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 3 ++- tests/tests.yml | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 tests/tests.yml diff --git a/.gitignore b/.gitignore index 7ca12bd..1198f33 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -SOURCES/justbases-0.14.tar.gz +/justbases-0.6.tar.gz +/justbases-0.9.tar.gz /justbases-0.14.tar.gz diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..2b8e3ff --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,17 @@ +--- +- hosts: localhost + roles: + - role: standard-test-source + tags: + - always + + - role: standard-test-basic + tags: + - classic + required_packages: + - python3-justbases + - 'http://download.eng.bos.redhat.com/brewroot/vol/rhel-8/packages/python-tox/2.9.1/6.el8+7/noarch/python3-tox-2.9.1-6.el8+7.noarch.rpm' + tests: + - simple: + dir: ./ + run: /usr/bin/tox -c /var/str/source/tox.ini -e test