From 13289e29a7fa14b25cb9269fe06acb8898f184ad Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Mon, 10 Jul 2023 13:31:55 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 1 - README.md | 3 +++ tests/tests.yml | 19 +++++++++++++++++++ 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 README.md create mode 100644 tests/tests.yml diff --git a/.gitignore b/.gitignore index f21c958..fbb0c71 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -SOURCES/dbus-signature-pyparsing-0.03.tar.gz /dbus-signature-pyparsing-0.03.tar.gz diff --git a/README.md b/README.md new file mode 100644 index 0000000..16842d3 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# python-dbus-signature-pyparsing + +The python-dbus-signature-pyparsing package \ No newline at end of file diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..5da15f9 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,19 @@ +--- +- hosts: localhost + roles: + - role: standard-test-source + tags: + - always + + - role: standard-test-basic + tags: + - classic + required_packages: + - python3-hs-dbus-signature + - python3-dbus-signature-pyparsing + - python3-pytest + - python3-hypothesis + tests: + - simple: + dir: ./ + run: py.test-3 source/tests -rsx -v