From fcb4d0243d142235bc4de891b28032385a26f489 Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Fri, 17 Jan 2025 17:47:41 -0500 Subject: [PATCH] patch online marker to fix CI --- .gitignore | 1 + tests/test_ogcapi_records_pycsw.py | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 51485c28..c2651689 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ tags tester.py tags .idea/ +.run/ tile.jpg /env/ /.project diff --git a/tests/test_ogcapi_records_pycsw.py b/tests/test_ogcapi_records_pycsw.py index 7a3dd41a..f89daccf 100644 --- a/tests/test_ogcapi_records_pycsw.py +++ b/tests/test_ogcapi_records_pycsw.py @@ -69,6 +69,7 @@ def test_ogcapi_records_pycsw(): assert len(pycsw_cite_demo_query['features']) == 1 +@pytest.mark.online @pytest.mark.parametrize("path, expected", [ ('collections/foo/1', 'https://demo.pycsw.org/cite/collections/foo/1'), ('collections/foo/https://example.org/11', 'https://demo.pycsw.org/cite/collections/foo/https://example.org/11') # noqa