Skip to content

Commit fcb4d02

Browse files
committed
patch online marker to fix CI
1 parent 149a7b3 commit fcb4d02

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ tags
2121
tester.py
2222
tags
2323
.idea/
24+
.run/
2425
tile.jpg
2526
/env/
2627
/.project

tests/test_ogcapi_records_pycsw.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def test_ogcapi_records_pycsw():
6969
assert len(pycsw_cite_demo_query['features']) == 1
7070

7171

72+
@pytest.mark.online
7273
@pytest.mark.parametrize("path, expected", [
7374
('collections/foo/1', 'https://demo.pycsw.org/cite/collections/foo/1'),
7475
('collections/foo/https://example.org/11', 'https://demo.pycsw.org/cite/collections/foo/https://example.org/11') # noqa

0 commit comments

Comments
 (0)