-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
40 lines (34 loc) · 1.17 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
[tool:multilint]
paths = pytest_timeouts.py
test_pytest_timeouts.py
[metadata]
name = pytest-timeouts
description = Linux-only Pytest plugin to control durations of various test case execution phases
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Scony/pytest-timeouts
project_urls =
Source=https://github.com/Scony/pytest-timeouts
Documentation=https://pytest-timeouts.readthedocs.io
Tracker=https://github.com/Scony/pytest-timeouts/issues
author = Pawel Lampe
author_email = [email protected]
license = MIT license
license_file = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Environment :: Plugins
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: Unix
Operating System :: POSIX
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Topic :: Software Development :: Testing
Topic :: Utilities
platforms = unix, linux
[options]
py_modules = pytest_timeouts
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*