Merge pull request #2349 from coreos-inc/FIX-broken-build

fix(setup.cfg): ignore src dir for tests
This commit is contained in:
Erica 2017-02-09 16:15:07 -08:00 committed by GitHub
commit 11d6fbc65c

View file

@ -1,5 +1,5 @@
[tool:pytest]
norecursedirs = .* *.egg build dist docs bin boot core dev etc home lib lib64 media mnt node_modules opt proc root run sbin srv sys tmp usr var venv
norecursedirs = .* *.egg build dist docs bin boot core dev etc home lib lib64 media mnt node_modules opt proc root run sbin src srv sys tmp usr var venv
testpaths = ./
python_files = **/test/test*.py
confcutdir = test