-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
topic: collectionrelated to the collection phaserelated to the collection phasetype: bugproblem that needs to be addressedproblem that needs to be addressed
Description
-
On
pytest v3.9.3
:
============================= test session starts =============================
platform win32 -- Python 2.7.15, pytest-3.9.3, py-1.7.0, pluggy-0.8.0
rootdir: D:\project-name\tests, inifile: pytest.ini
plugins: xdist-1.24.0, metadata-1.7.0, html-1.19.0, forked-0.2, cov-2.6.0
collected 107 items
-
On
pytest v3.10.0
:
============================= test session starts =============================
platform win32 -- Python 2.7.15, pytest-3.10.0, py-1.7.0, pluggy-0.8.0
rootdir: D:\project-name\tests, inifile: pytest.ini
plugins: xdist-1.24.0, metadata-1.7.0, html-1.19.0, forked-0.2, cov-2.6.0
collected 214 items
- These are back to back runs with no code changes whatsoever in between.
- All tests are being collected and run twice on v3.10.0
Metadata
Metadata
Assignees
Labels
topic: collectionrelated to the collection phaserelated to the collection phasetype: bugproblem that needs to be addressedproblem that needs to be addressed