jupyrdf / ipyradiant

Jupyter widgets for working with RDF graphs.
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Prevent remote query examples from running during testing #90

Open zwelz3 opened 3 years ago

zwelz3 commented 3 years ago

Currently the remote query examples access URLs such as DBPedia.org. This can impact testing when services are unavailable.

Ticket scopes in the prevention of this code from running during testing/CI. Maybe an env variable?

zwelz3 commented 3 years ago

Culprit https://github.com/jupyrdf/ipyradiant/blob/d51d59fe771174a1f11e67188d96dfc422cf8f71/src/ipyradiant/tests/test_queries.py#L25-L46

zwelz3 commented 3 years ago

Appears to have some flake.