3ebc09670a
This change adds a new pytest marker, ignore. It is used to silently skip the software server integration test suite, which is now broken from a recent ssl update. A pytest ini configuration file is also added to register the new marker.
4 lines
58 B
INI
4 lines
58 B
INI
[pytest]
|
|
markers =
|
|
ignore: skip the given test object
|