From 69ddfa810e503342713cd5fac76fbc767ebb5c8b Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Tue, 22 Feb 2022 12:52:31 +0000 Subject: [PATCH] Revert "Skip test to be able to build and push new image" This reverts commit 6d91620dbb991a4f037f7978a210f3e06d2a8b2c. --- tests/scipy-notebook/test_cython.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/scipy-notebook/test_cython.py b/tests/scipy-notebook/test_cython.py index ec52276e..e5e4e8ea 100644 --- a/tests/scipy-notebook/test_cython.py +++ b/tests/scipy-notebook/test_cython.py @@ -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"