Skip to content

Commit db77f2e

Browse files
authored
Merge pull request #7 from pelican-plugins/fix-ci
Fix CI
2 parents 78e9c94 + 13d6716 commit db77f2e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
- name: Tests ☑
4747
run: |
4848
source $(poetry env info --path)/bin/activate
49-
py.test
49+
py.test -k "not wikiart"

test_image_preview_thumbnailer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def test_opengameart():
9292
assert 'src="thumbnails/kujasa-the-beginning.jpg"' in out_html
9393

9494
@pytest.mark.integration
95+
@pytest.mark.wikiart
9596
def test_wikiart():
9697
url = 'https://www.wikiart.org/en/john-bauer/d-och-d-tog-tomten-tag-i-tyglarna'
9798
out_html = process_all_links_in_html(BLOG_PAGE_TEMPLATE.format(illustration_url=url))

0 commit comments

Comments
 (0)