mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 21:43:06 +01:00
Add encryption marker, add required psutils, release 0.15.1
This commit is contained in:
parent
19f9e4604e
commit
155f5f5663
@ -269,6 +269,7 @@ def pytest_configure(config):
|
||||
config.addinivalue_line("markers", "version(versions): Firebird version specifications")
|
||||
config.addinivalue_line("markers", "platform(platforms): Platform names")
|
||||
config.addinivalue_line("markers", "slow: Mark test as slow to run")
|
||||
config.addinivalue_line("markers", "encryption: Mark test as requiring the encryption plugin")
|
||||
if config.getoption('help'):
|
||||
return
|
||||
config_path: Path = Path.cwd() / 'firebird-driver.conf'
|
||||
|
@ -5,7 +5,7 @@ all-files=True
|
||||
|
||||
[metadata]
|
||||
name = firebird-qa
|
||||
version = 0.15.0
|
||||
version = 0.15.1
|
||||
description = pytest plugin for Firebird QA
|
||||
long_description = file: README.rst
|
||||
long_description_content_type = text/x-rst; charset=UTF-8
|
||||
@ -40,6 +40,7 @@ install_requires =
|
||||
firebird-base>=1.3.0
|
||||
firebird-driver>=1.4.1
|
||||
pytest>=7.0.0
|
||||
psutil>=5.9.1
|
||||
packages = find_namespace:
|
||||
|
||||
[options.packages.find]
|
||||
|
Loading…
Reference in New Issue
Block a user