-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathsetup.cfg
More file actions
52 lines (50 loc) · 1.63 KB
/
Copy pathsetup.cfg
File metadata and controls
52 lines (50 loc) · 1.63 KB
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
[metadata]
name = pytest-astropy
url = https://github.com/astropy/pytest-astropy
author = The Astropy Developers
author_email = astropy.team@gmail.com
classifiers =
Development Status :: 5 - Production/Stable
Framework :: Pytest
Framework :: Hypothesis
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Testing
Topic :: Utilities
license = BSD
description = Meta-package containing dependencies for testing
long_description = file: README.rst
long_description_content_type = text/x-rst
keywords = pytest, remotedata, doctestplus, hypothesis, property-based testing
[options]
zip_safe = False
packages = find:
python_requires = >=3.8
setup_requires = setuptools_scm
install_requires =
pytest>=4.6
pytest-doctestplus>=1.0.0
pytest-remotedata>=0.4.1
pytest-astropy-header>=0.2.2
pytest-arraydiff>=0.5
pytest-filter-subpackage>=0.1.2
pytest-cov>=2.3.1
pytest-mock>=2.0
pytest-skip-slow==1.1.0
hypothesis>=5.1
# We don't include the following for now since it brings in
# matplotlib as a dependency.
# pytest-mpl>=0.11
[options.entry_points]
pytest11 =
pytest_astropy = pytest_astropy.plugin