mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-13 21:12:57 +00:00
Mark test_nbconvert as a flaky test
This commit is contained in:
@@ -2,6 +2,7 @@ docker
|
|||||||
plumbum
|
plumbum
|
||||||
pre-commit
|
pre-commit
|
||||||
pytest
|
pytest
|
||||||
|
pytest-retry
|
||||||
# `pytest-xdist` is a plugin that provides the `--numprocesses` flag,
|
# `pytest-xdist` is a plugin that provides the `--numprocesses` flag,
|
||||||
# allowing us to run `pytest` tests in parallel
|
# allowing us to run `pytest` tests in parallel
|
||||||
pytest-xdist
|
pytest-xdist
|
||||||
|
@@ -11,6 +11,7 @@ LOGGER = logging.getLogger(__name__)
|
|||||||
THIS_DIR = Path(__file__).parent.resolve()
|
THIS_DIR = Path(__file__).parent.resolve()
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.flaky(retries=3, delay=1)
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
"test_file",
|
"test_file",
|
||||||
["issue_1168", "local_pyspark", "local_sparklyr", "local_sparkR"],
|
["issue_1168", "local_pyspark", "local_sparklyr", "local_sparkR"],
|
||||||
|
Reference in New Issue
Block a user