If you only need to skip some test in a file, then...
# general
h
If you only need to skip some test in a file, then you can use PYtest marks. Alternatively, you can always use pytest marks and add a trivial helper test that returns true so that the file doesn't complain there's no test