Merging upstream version 4.0.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
af10454b21
commit
7c65fc707e
42 changed files with 955 additions and 184 deletions
3
tox.ini
3
tox.ini
|
@ -1,10 +1,11 @@
|
|||
[tox]
|
||||
envlist = py37, py38, py39, py310
|
||||
envlist = py38, py39, py310, py311, py312
|
||||
[testenv]
|
||||
deps = pytest>=2.7.0,<=3.0.7
|
||||
mock>=1.0.1
|
||||
behave>=1.2.4
|
||||
pexpect==3.3
|
||||
sshtunnel>=0.4.0
|
||||
commands = py.test
|
||||
behave tests/features
|
||||
passenv = PGHOST
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue