Added a --sckan-version pytest option so tests are no longer tied to a fixed SCKAN version. The option was originally placed in test_nerves.py, causing pytest to error (“unrecognized arguments”) because options must be defined before test modules load.
Moved pytest_addoption and the fixture to tests/conftest.py.