From 52766a47161015c8cf286b9e776e81e820b62d7b Mon Sep 17 00:00:00 2001 From: IAlibay Date: Tue, 2 Jan 2024 17:51:16 +0000 Subject: [PATCH] temporarily disable snapshot test --- .github/workflows/gh-ci-tests.yaml | 6 +++--- tests/conftest.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/gh-ci-tests.yaml b/.github/workflows/gh-ci-tests.yaml index ab02e4dd0..42a38be48 100644 --- a/.github/workflows/gh-ci-tests.yaml +++ b/.github/workflows/gh-ci-tests.yaml @@ -43,9 +43,9 @@ jobs: micromamba info micromamba list - - name: "test snapshots" - working-directory: doc/source/scripts/ - run: python -m pytest + #- name: "test snapshots" + # working-directory: doc/source/scripts/ + # run: python -m pytest - name: "test notebooks" working-directory: tests/ diff --git a/tests/conftest.py b/tests/conftest.py index a71408c2f..14c2238c4 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,5 +1,5 @@ import pytest def pytest_collectstart(collector): - if collector.fspath and collector.fspath.ext == '.ipynb': - collector.skip_compare += ('stderr',) + if collector.fspath and collector.fspath.ext == ".ipynb": + collector.skip_compare += ("stderr",)