-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsetup.cfg
More file actions
39 lines (37 loc) · 940 Bytes
/
Copy pathsetup.cfg
File metadata and controls
39 lines (37 loc) · 940 Bytes
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
[metadata]
long_description = file: README.md
long_description_content_type = text/markdown
license_files = LICENSE
classifiers =
Programming Language :: Python :: 3
Programming Language :: C++
License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Operating System :: OS Independent
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Physics
Typing :: Stubs Only
Typing :: Typed
[options.extras_require]
utils =
matplotlib
numpy
scipy
pandas
tqdm
multiprocess
numba
sympy
test =
pytest
pytest-xdist
[tool:pytest]
addopts = -n auto --dist worksteal --maxfail=5
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
# Optional: markers for selective running
markers =
slow: marks tests as slow (deselect with '-m "not slow"')
fast: marks tests as fast
parametrized: marks parametrized tests