Merge pull request #3771 from nicoddemus/package-infinite-recursion-bug

Fix infinite recursion collection bug with pytest_ignore_collect hook
This commit is contained in:
Bruno Oliveira
2018-08-06 10:09:31 -03:00
committed by GitHub
6 changed files with 17 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
def pytest_ignore_collect(path):
return False

View File

@@ -0,0 +1,2 @@
def test():
pass