Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

CLIMATE-958 Disable Pydap for Python 2 build, activate for Python 3 build #516

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

lewismc
Copy link
Member

@lewismc lewismc commented Jun 29, 2018

import ocw.data_source.dap as dap
try:
import ocw.data_source.dap as dap
except ImportError:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good @lewismc 🎆
This will probably solve the problem

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there any tests that need such skipping, let me know about it. I can work on it then

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants