Revert "Skip test to be able to build and push new image"

This reverts commit 6d91620dbb.
This commit is contained in:
Ayaz Salikhov
2022-02-22 12:52:31 +00:00
parent 6d91620dbb
commit 69ddfa810e

View File

@@ -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"