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
Hi
just trying to package this for openSUSE, but I'm getting the following error when using the pypi tar ball (preferred option)
=================================== FAILURES =================================== [ 54s] __________________________ test_upgrade_v4_to_4_dot_5 __________________________ [ 54s] [ 54s] def test_upgrade_v4_to_4_dot_5(): [ 54s] here = os.path.dirname(file) [ 54s] > with io.open(os.path.join(here, os.pardir, os.pardir, 'tests', "test4.ipynb"), encoding='utf-8') as f: [ 54s] E FileNotFoundError: [Errno 2] No such file or directory: '/home/abuild/rpmbuild/BUILD/nbformat-5.1.2/nbformat/v4/tests/../../tests/test4.ipynb' [ 54s] [ 54s] nbformat/v4/tests/test_convert.py:82: FileNotFoundError [ 54s] _____________________________ test_sample_notebook _____________________________
Seems as if the tests are there, but the 'test' directory is missing. Can these be included again in the next release?
Thanks
Arun
The text was updated successfully, but these errors were encountered:
Sure we can fix that. I forgot we were bundling the tests in the package tbh so I never double checked on their fixtures being included.
Sorry, something went wrong.
This is still an issue with 5.1.3. I'm working on updating the Fedora package and hitting this.
Successfully merging a pull request may close this issue.
Hi
just trying to package this for openSUSE, but I'm getting the following error when using the pypi tar ball (preferred option)
=================================== FAILURES ===================================
[ 54s] __________________________ test_upgrade_v4_to_4_dot_5 __________________________
[ 54s]
[ 54s] def test_upgrade_v4_to_4_dot_5():
[ 54s] here = os.path.dirname(file)
[ 54s] > with io.open(os.path.join(here, os.pardir, os.pardir, 'tests', "test4.ipynb"), encoding='utf-8') as f:
[ 54s] E FileNotFoundError: [Errno 2] No such file or directory: '/home/abuild/rpmbuild/BUILD/nbformat-5.1.2/nbformat/v4/tests/../../tests/test4.ipynb'
[ 54s]
[ 54s] nbformat/v4/tests/test_convert.py:82: FileNotFoundError
[ 54s] _____________________________ test_sample_notebook _____________________________
Seems as if the tests are there, but the 'test' directory is missing. Can these be included again in the next release?
Thanks
Arun
The text was updated successfully, but these errors were encountered: