re-import sources as agreed with the maintainer
This commit is contained in:
parent
3d4e35bb57
commit
13289e29a7
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
SOURCES/dbus-signature-pyparsing-0.03.tar.gz
|
|
||||||
/dbus-signature-pyparsing-0.03.tar.gz
|
/dbus-signature-pyparsing-0.03.tar.gz
|
||||||
|
3
README.md
Normal file
3
README.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# python-dbus-signature-pyparsing
|
||||||
|
|
||||||
|
The python-dbus-signature-pyparsing package
|
19
tests/tests.yml
Normal file
19
tests/tests.yml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user