Skip to content

Commit

Permalink
Fix for issue geopython#624:
Browse files Browse the repository at this point in the history
- SSL problem has been fixed so this can be re-enabled
- Correct URL error
- Remove the skip decorator
  • Loading branch information
vjf committed Jan 8, 2024
1 parent bdc4033 commit a4096f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_csw_geonetwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@

from owslib.csw import CatalogueServiceWeb

SERVICE_URL = 'https://metadata.bgs.ac.uk/geonetwork/srv/en/csw'
SERVICE_URL = 'https://metadata.bgs.ac.uk/geonetwork/srv/eng/csw'


@pytest.mark.online
@pytest.mark.skip(reason='server ssl issue. See issue #624')
@pytest.mark.skipif(not service_ok(SERVICE_URL),
reason='service is unreachable')
def test_csw_geonetwork():
Expand Down

0 comments on commit a4096f5

Please sign in to comment.