CCI-MOC / hil

Hardware Isolation Layer, formerly Hardware as a Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with pytest and it's plugins dependencies

naved001 opened this issue · comments

We are using pytest version < 3.6 because of an issue described here fd68983

The latest version of two pytest plugins (pytest-cov and pytest-xdist) require a more recent version of pytest.

We should update our tests with features recommended by pytest, and use the latest version of pytest and it's plugins.

I started working on this: master...naved001:remove-direct-fixture-calls

There's more work to do.