CCI-MOC / hil

Hardware Isolation Layer, formerly Hardware as a Service
Apache License 2.0
24 stars 54 forks source link

Issue with pytest and it's plugins dependencies #1057

Open naved001 opened 5 years ago

naved001 commented 5 years ago

We are using pytest version < 3.6 because of an issue described here https://github.com/CCI-MOC/hil/commit/fd68983cad3e5b6adedeba1ef3c531890f140313

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.

naved001 commented 5 years ago

I started working on this: https://github.com/CCI-MOC/hil/compare/master...naved001:remove-direct-fixture-calls

There's more work to do.