forked from pytest-dev/pytest-testinfra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
53 lines (49 loc) · 1.34 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[metadata]
name = pytest-testinfra
url = https://github.com/pytest-dev/pytest-testinfra
description = Test infrastructures
long_description = file:README.rst
long_description_content_type = text/x-rst
author = Philippe Pepiot
author_email = phil@philpep.org
license_file = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Software Development :: Testing
Topic :: System :: Systems Administration
Framework :: Pytest
[options]
use_scm_version = True
python_requires = >=3.9
packages = find:
setup_requires =
setuptools_scm
install_requires =
pytest!=3.0.2
extras_require =
[options.extras_require]
ansible = ansible
docker =
kubectl =
local =
lxc =
paramiko = paramiko
salt = salt
winrm = pywinrm
[options.entry_points]
pytest11 =
pytest11.testinfra=testinfra.plugin
[tool:pytest]
norecursedirs = .tox .git .local *.egg build