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
Running py.test without setting DPCOMP_LOG_PATH generates this error:
DPCOMP_LOG_PATH
_______________________________________________ ERROR collecting test/mechanism/test_dataset.py ________________________________________________ /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/py/_path/local.py:662: in pyimport __import__(modname) test/__init__.py:5: in <module> LOG_PATH = os.environ['DPCOMP_LOG_PATH'] /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.py:40: in __getitem__ raise KeyError(key) E KeyError: 'DPCOMP_LOG_PATH' ____________________________________________ ERROR collecting test/mechanism/test_query_nd_union.py ____________________________________________
These environment variables are referenced in the README.md, but the failing could be more graceful than the failure experienced above.
README.md
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running py.test without setting
DPCOMP_LOG_PATH
generates this error:These environment variables are referenced in the
README.md
, but the failing could be more graceful than the failure experienced above.The text was updated successfully, but these errors were encountered: