We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportPathMismatchError
Integration tests started to fail with weird error
ImportError while loading conftest '/var/lib/jenkins/workspace/openEO/openeo-integrationtests/nextland/tests/conftest.py'. _pytest.pathlib.ImportPathMismatchError: ('tests.conftest', '/var/lib/jenkins/workspace/openEO/openeo-integrationtests/openeo-geopyspark-integrationtests/tests/conftest.py', PosixPath('/var/lib/jenkins/workspace/openEO/openeo-integrationtests/nextland/tests/conftest.py'))
The text was updated successfully, but these errors were encountered:
Caused by recent changes in nextland repo related to #8 and #6
now both openeo-geopyspark-integrationtests and nextland have this in their tree structure:
└── tests ├── conftest.py ├── __init__.py
and the module reference tests.conftest is now ambiguous for the conftest discovery mechanism: see pytest-dev/pytest#11206
tests.conftest
Sorry, something went wrong.
for now fixed by eliminating some __init__.py files from nextland test file structure
__init__.py
No branches or pull requests
Integration tests started to fail with weird error
The text was updated successfully, but these errors were encountered: