aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 22ab896cd47032fc5729321f9315b5e65678f95a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[bdist_wheel]
universal = 1

[metadata]
license_file = LICENSE

[tool:pytest]
python_files=
    test_*.py
    *_test.py
    *_solution.py
xfail_strict = true
filterwarnings =
    error
    error::DeprecationWarning
    error:PendingDeprecationWarning