Skip to content

Commit

Permalink
Revert "Skip test to be able to build and push new image"
Browse files Browse the repository at this point in the history
This reverts commit 6d91620.
  • Loading branch information
Ayaz Salikhov committed Feb 22, 2022
1 parent 6d91620 commit 69ddfa8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/scipy-notebook/test_cython.py
Expand Up @@ -2,16 +2,12 @@
# Distributed under the terms of the Modified BSD License.

from pathlib import Path
import pytest

from conftest import TrackedContainer

THIS_DIR = Path(__file__).parent.resolve()


@pytest.mark.skip(
reason="Skipping because we still pull previous image during the build stage :("
)
def test_cython(container: TrackedContainer) -> None:
host_data_dir = THIS_DIR / "data/cython"
cont_data_dir = "/home/jovyan/data"
Expand Down

0 comments on commit 69ddfa8

Please sign in to comment.