-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
status: criticalgrave problem or usability issue that affects lots of usersgrave problem or usability issue that affects lots of userstype: bugproblem that needs to be addressedproblem that needs to be addressedtype: regressionindicates a problem that was introduced in a release which was working previouslyindicates a problem that was introduced in a release which was working previously
Description
I get AttributeError: 'FlakesItem' object has no attribute '_collectfile'
when running devpi-server tests with tox (tox -e py27
is enough) since pytest 3.7.0. When I pin to pytest<3.7dev
it works (using 3.6.4).
It seems to be related to the current working directory. The tox config switches to test_devpi_server
. When I run pytest in server
it's fine, when i run in server/test_devpi_server
it breaks.
Metadata
Metadata
Assignees
Labels
status: criticalgrave problem or usability issue that affects lots of usersgrave problem or usability issue that affects lots of userstype: bugproblem that needs to be addressedproblem that needs to be addressedtype: regressionindicates a problem that was introduced in a release which was working previouslyindicates a problem that was introduced in a release which was working previously