Fix pytest-runner not understanding 'norecursedirs'

As discussed here
https://github.com/pytest-dev/pytest-runner/issues/7
and sort of
https://github.com/pytest-dev/pytest/issues/567
This commit is contained in:
James R. Barlow
2016-02-16 05:44:55 -08:00
parent 35b1ca2be2
commit edd2185268
2 changed files with 2 additions and 2 deletions

2
pytest.ini Normal file
View File

@@ -0,0 +1,2 @@
[pytest]
norecursedirs = lib

View File

@@ -1,6 +1,4 @@
[bdist_wheel]
python-tag = py34
[pytest]
norecursedirs = lib
[aliases]
test=pytest