File: setup.cfg

package info (click to toggle)
python-ttfautohint-py 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 484 kB
  • sloc: python: 1,360; makefile: 97; sh: 77
file content (13 lines) | stat: -rw-r--r-- 234 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[metadata]
license_file = LICENSE

[tool:pytest]
minversion = 2.8
testpaths = 
	tests
addopts = 
	-v
	-r a
filterwarnings =
    ignore:tostring.*is deprecated:DeprecationWarning
    ignore:fromstring.*is deprecated:DeprecationWarning