mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Revert "Skip test to be able to build and push new image"
This reverts commit 6d91620dbb
.
This commit is contained in:
@@ -2,16 +2,12 @@
|
|||||||
# Distributed under the terms of the Modified BSD License.
|
# Distributed under the terms of the Modified BSD License.
|
||||||
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
import pytest
|
|
||||||
|
|
||||||
from conftest import TrackedContainer
|
from conftest import TrackedContainer
|
||||||
|
|
||||||
THIS_DIR = Path(__file__).parent.resolve()
|
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:
|
def test_cython(container: TrackedContainer) -> None:
|
||||||
host_data_dir = THIS_DIR / "data/cython"
|
host_data_dir = THIS_DIR / "data/cython"
|
||||||
cont_data_dir = "/home/jovyan/data"
|
cont_data_dir = "/home/jovyan/data"
|
||||||
|
Reference in New Issue
Block a user