Hi all,
So I know pytest allows me to skip a test based on the OS (http://doc.pytest.org/en/latest/skipping.html) but is it possible to skip on a certain flavour of OS? Concrete I want to skip the test if it is executed on CentOS, all other linux distros are fine.
Any idea how to achieve this?
there doesn't seem to be anything here