We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64bc84f commit df4ce55Copy full SHA for df4ce55
1 file changed
tox.ini
@@ -29,7 +29,7 @@ deps =
29
lint_docs,quick,unit: -rrequirements.txt
30
lint_docstrings: flake8_docstrings
31
unit: pytest
32
- # unit: pytest-timeout
+ unit: pytest-timeout
33
unit: coverage
34
unit: flask
35
mypy: mypy
@@ -39,6 +39,7 @@ setenv =
39
nogx: PYTEST_MARK="not tests_galaxy_branch"
40
diagnostic: PLANEMO_TEST_VERBOSE=1
41
diagnostic: PYTEST_CAPTURE="--capture=no"
42
+ diagnostic: PYTEST_TIMEOUT=300
43
failfast: PYTEST_FAIL_FAIL="-x"
44
servecmd: PYTEST_TARGET="tests/test_cmd_serve.py::ServeTestCase::test_serve_daemon"
45
serveshedcmd: PYTEST_TARGET="tests/test_cmd_serve.py::ServeTestCase::test_shed_serve"
0 commit comments