Commit 2961406f authored by Mark Dean's avatar Mark Dean

name mapping needed for pytables

parent 44fbf93b
...@@ -21,7 +21,7 @@ Example: ...@@ -21,7 +21,7 @@ Example:
$ make test/datascience-notebook $ make test/datascience-notebook
# [...] # [...]
# test/test_packages.py::test_python_packages # test/test_packages.py::test_python_packages
# --------------------------------------------------------------------------------------------- live log setup ---------------------------------------------------------------------------------------------- # --------------------------------------------------------------------------------------------- live log setup ----------------------------------------------------------------------------------------------
# 2020-03-08 09:56:04 [ INFO] Starting container jupyter/datascience-notebook ... (helpers.py:51) # 2020-03-08 09:56:04 [ INFO] Starting container jupyter/datascience-notebook ... (helpers.py:51)
# 2020-03-08 09:56:04 [ INFO] Running jupyter/datascience-notebook with args {'detach': True, 'ports': {'8888/tcp': 8888}, 'tty': True, 'command': ['start.sh', 'bash', '-c', 'sleep infinity']} ... (conftest.py:78) # 2020-03-08 09:56:04 [ INFO] Running jupyter/datascience-notebook with args {'detach': True, 'ports': {'8888/tcp': 8888}, 'tty': True, 'command': ['start.sh', 'bash', '-c', 'sleep infinity']} ... (conftest.py:78)
...@@ -56,6 +56,7 @@ PACKAGE_MAPPING = { ...@@ -56,6 +56,7 @@ PACKAGE_MAPPING = {
"rsqlite": "DBI", "rsqlite": "DBI",
"rcurl": "RCurl", "rcurl": "RCurl",
"rodbc": "RODBC", "rodbc": "RODBC",
"pytables": "tables",
} }
# List of packages that cannot be tested in a standard way # List of packages that cannot be tested in a standard way
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment