You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hdf5storage is failing in our test suite right now, with errors like
Traceback (most recent call last):
File "/home/travis/build/conda/conda-build/tests/test_api_skeleton.py", line 150, in test_setuptools_test_requirements
api.skeletonize(packages='hdf5storage', repo='pypi')
File "/home/travis/build/conda/conda-build/conda_build/api.py", line 281, in skeletonize
recursive=recursive, config=config, **kwargs)
File "/home/travis/build/conda/conda-build/conda_build/skeletons/pypi.py", line 274, in skeletonize
setup_options=setup_options)
File "/home/travis/build/conda/conda-build/conda_build/skeletons/pypi.py", line 737, in get_package_metadata
sys.exit("Error: Could not parse: %s" % dep)
SystemExit: Error: Could not parse: numpy ; python_version == '2.7'
hdf5storage is failing in our test suite right now, with errors like
The requirements coming out look like:
these need to be translated into deps that conda-build understands.
The text was updated successfully, but these errors were encountered: